summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-21 13:42:13 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-21 13:42:13 +0000
commitf29d371a4db6d0543daab4480cb6d422d7d4a940 (patch)
tree5295003990c60754e547addf990c225dfafc9338 /src/map/map.h
parentbc4c4b9fac14f0426d1984ed135b445ef80c13c9 (diff)
downloadhercules-f29d371a4db6d0543daab4480cb6d422d7d4a940.tar.gz
hercules-f29d371a4db6d0543daab4480cb6d422d7d4a940.tar.bz2
hercules-f29d371a4db6d0543daab4480cb6d422d7d4a940.tar.xz
hercules-f29d371a4db6d0543daab4480cb6d422d7d4a940.zip
some unimportant path.c / unit.c cleaning
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11257 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index cd28f0f14..b83c965af 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1359,7 +1359,7 @@ int path_search_real(struct walkpath_data *wpd,int m,int x0,int y0,int x1,int y1
#define path_search(wpd,m,x0,y0,x1,y1,flag) path_search_real(wpd,m,x0,y0,x1,y1,flag,CELL_CHKNOPASS)
#define path_search2(wpd,m,x0,y0,x1,y1,flag) path_search_real(wpd,m,x0,y0,x1,y1,flag,CELL_CHKWALL)
-int path_search_long_real(struct shootpath_data *spd,int m,int x0,int y0,int x1,int y1,cell_t flag);
+bool path_search_long_real(struct shootpath_data *spd,int m,int x0,int y0,int x1,int y1,cell_t flag);
#define path_search_long(spd,m,x0,y0,x1,y1) path_search_long_real(spd,m,x0,y0,x1,y1,CELL_CHKWALL)
int path_blownpos(int m,int x0,int y0,int dx,int dy,int count);