summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-12 21:35:01 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-12 21:35:01 +0000
commit0cb73592c2a06fbeba4ab637221d8bb582d172b3 (patch)
treeaba6444888bd592bb57143b8c52bc1c30978c579 /src/map/map.h
parente0ea24e48640bc4bfc8ab1931420971f316beabf (diff)
downloadhercules-0cb73592c2a06fbeba4ab637221d8bb582d172b3.tar.gz
hercules-0cb73592c2a06fbeba4ab637221d8bb582d172b3.tar.bz2
hercules-0cb73592c2a06fbeba4ab637221d8bb582d172b3.tar.xz
hercules-0cb73592c2a06fbeba4ab637221d8bb582d172b3.zip
fixing Epirata's warnings and errors [Shinomori]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1095 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 926d115d0..71dc63925 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -689,7 +689,7 @@ void map_foreachinarea(int (*)(struct block_list*,va_list),int,int,int,int,int,i
// -- moonsoul (added map_foreachincell)
void map_foreachincell(int (*)(struct block_list*,va_list),int,int,int,int,...);
void map_foreachinmovearea(int (*)(struct block_list*,va_list),int,int,int,int,int,int,int,int,...);
-void map_foreachinpath(int (*)(struct block_list*,va_list),int,int,int,int,int,int,...); // Celest
+void map_foreachinpath(int (*func)(struct block_list*,va_list),int m,int x0,int y0,int x1,int y1,int range,int length,int type,...); // Celest
int map_countnearpc(int,int,int);
//block関連に追加
int map_count_oncell(int m,int x,int y);