diff options
Diffstat (limited to 'src/map/path.c')
-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 f49ce9ecd..5a9ddf9c7 100644 --- a/src/map/path.c +++ b/src/map/path.c @@ -89,8 +89,8 @@ int path_blownpos(int16 m,int16 x0,int16 y0,int16 dx,int16 dy,int count) if( !md->getcellp(md,x0+dx,y0+dy,CELL_CHKPASS) ) break; - x0 += dx;
- y0 += dy;
+ x0 += dx; + y0 += dy; count--; } |