summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-06-17 19:37:01 +0000
committerFate <fate-tmw@googlemail.com>2009-06-17 19:37:01 +0000
commit65e4adfc4f90aa087b7cde089029636257761a36 (patch)
tree79796c7ff6ff92712c8b5c028d4c2347f7407314 /src/map/map.h
parent7fcff757d7896c321a3ae5c6c4c4195031265b43 (diff)
downloadtmwa-65e4adfc4f90aa087b7cde089029636257761a36.tar.gz
tmwa-65e4adfc4f90aa087b7cde089029636257761a36.tar.bz2
tmwa-65e4adfc4f90aa087b7cde089029636257761a36.tar.xz
tmwa-65e4adfc4f90aa087b7cde089029636257761a36.zip
Added extra checks to ensure spell invocations aren't incorrectly deleted
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h
index c678501..ceb3bbf 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -667,8 +667,8 @@ int map_countnearpc(int,int,int);
int map_count_oncell(int m,int x,int y);
// 一時的object関連
int map_addobject(struct block_list *);
-int map_delobject(int);
-int map_delobjectnofree(int id);
+int map_delobject(int, int type);
+int map_delobjectnofree(int id, int type);
void map_foreachobject(int (*)(struct block_list*,va_list),int,...);
//
int map_quit(struct map_session_data *);