diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/path.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/path.c b/src/map/path.c index 3316f9657..e2e3ae44b 100644 --- a/src/map/path.c +++ b/src/map/path.c @@ -180,9 +180,9 @@ int path_blownpos(int m,int x0,int y0,int dx,int dy,int count) else dy=0; } - else if( !fx ) + if( !fx ) dx=0; - else if( !fy ) + if( !fy ) dy=0; } |