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 14:04:21 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-12 14:04:21 +0000
commit2a27d5fccc9316594edcedefb7ad01ea6f33e8da (patch)
tree5e9906c433012852a7113eae4bfa53d1ab0510d9 /src/map/map.h
parent2735b0cd65492519bfef75bce9ad768e911b8c24 (diff)
downloadhercules-2a27d5fccc9316594edcedefb7ad01ea6f33e8da.tar.gz
hercules-2a27d5fccc9316594edcedefb7ad01ea6f33e8da.tar.bz2
hercules-2a27d5fccc9316594edcedefb7ad01ea6f33e8da.tar.xz
hercules-2a27d5fccc9316594edcedefb7ad01ea6f33e8da.zip
* Removed old code for Sharp Shooting
* Merged Shinomori's code into map_foreachinpath git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1089 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 04baea121..926d115d0 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,int,int,...); // Celest
+void map_foreachinpath(int (*)(struct block_list*,va_list),int,int,int,int,int,int,...); // Celest
int map_countnearpc(int,int,int);
//block関連に追加
int map_count_oncell(int m,int x,int y);