diff options
author | Haru <haru@dotalux.com> | 2018-04-25 17:22:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 17:22:28 +0200 |
commit | d8c6912572f60284d61d819b20031a75f3d9b25f (patch) | |
tree | 7c89401bd80b69f8a4221c343fd73234e02d50b7 /src/map/map.h | |
parent | efeb386abc51baffa561f32d7d3b30868af767cd (diff) | |
parent | c45d7f983bfe8034e11f1d3e5b9b4404afec6b31 (diff) | |
download | hercules-d8c6912572f60284d61d819b20031a75f3d9b25f.tar.gz hercules-d8c6912572f60284d61d819b20031a75f3d9b25f.tar.bz2 hercules-d8c6912572f60284d61d819b20031a75f3d9b25f.tar.xz hercules-d8c6912572f60284d61d819b20031a75f3d9b25f.zip |
Merge pull request #2017 from AnnieRuru/32_delwall
*delwall now give a friendly warning to remind non-existent wall
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
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] |