SVN revision: 15818
This commit is contained in:
sebastid 2005-07-19 08:48:24 +00:00 committed by sebastid
parent 0471b80b7e
commit 84c49aa5fc
1 changed files with 58 additions and 57 deletions

View File

@ -301,7 +301,8 @@ ACT_FN_GO(move_relative)
{
int dx, dy;
if (sscanf(params, "%i %i", &dx, &dy) == 2) {
if (sscanf(params, "%i %i", &dx, &dy) == 2)
{
E_Border *bd;
bd = (E_Border *)obj;