diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-08-10 17:31:37 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-08-10 17:31:37 +0200 |
commit | cc69b228908d2f74f97cf9b5763f6b3141fdf0d0 (patch) | |
tree | 12e466f96fc6cee7d77345c41a48fcc9c478606e /src/map | |
parent | bd34793889e7d49e6650f831e036c0855b56b9fa (diff) | |
download | hercules-cc69b228908d2f74f97cf9b5763f6b3141fdf0d0.tar.gz hercules-cc69b228908d2f74f97cf9b5763f6b3141fdf0d0.tar.bz2 hercules-cc69b228908d2f74f97cf9b5763f6b3141fdf0d0.tar.xz hercules-cc69b228908d2f74f97cf9b5763f6b3141fdf0d0.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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 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--; } |