summaryrefslogtreecommitdiff
path: root/src/map/path.c
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-08-10 17:31:37 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-08-10 17:31:37 +0200
commitcc69b228908d2f74f97cf9b5763f6b3141fdf0d0 (patch)
tree12e466f96fc6cee7d77345c41a48fcc9c478606e /src/map/path.c
parentbd34793889e7d49e6650f831e036c0855b56b9fa (diff)
downloadhercules-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/path.c')
-rw-r--r--src/map/path.c4
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--;
}