summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2018-04-11 18:10:10 +0800
committerAnnieRuru <jeankof@ymail.com>2018-04-11 18:10:10 +0800
commitc45d7f983bfe8034e11f1d3e5b9b4404afec6b31 (patch)
treebe7354ce8a73a0a88e0d0d798560a39973c5ae05 /src/map/map.h
parent7b097da8b433ea3b768b6c306c12801f7ddef0a5 (diff)
downloadhercules-c45d7f983bfe8034e11f1d3e5b9b4404afec6b31.tar.gz
hercules-c45d7f983bfe8034e11f1d3e5b9b4404afec6b31.tar.bz2
hercules-c45d7f983bfe8034e11f1d3e5b9b4404afec6b31.tar.xz
hercules-c45d7f983bfe8034e11f1d3e5b9b4404afec6b31.zip
*delwall now give a friendly warning to remind non-existent wall
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 5c4c6d59d..d6afdc160 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1293,7 +1293,7 @@ END_ZEROED_BLOCK;
bool (*iwall_set) (int16 m, int16 x, int16 y, int size, int8 dir, bool shootable, const char* wall_name);
void (*iwall_get) (struct map_session_data *sd);
- void (*iwall_remove) (const char *wall_name);
+ bool (*iwall_remove) (const char *wall_name);
int (*addmobtolist) (unsigned short m, struct spawn_data *spawn); // [Wizputer]
void (*spawnmobs) (int16 m); // [Wizputer]