diff options
author | gumi <git@gumi.ca> | 2018-10-02 17:38:22 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-11-13 12:58:39 -0500 |
commit | c964aa4b43de4e534e1ea421841ee090cc71e6e8 (patch) | |
tree | f36b5ca2b0a9ed4e6d78add3f49c10ddbe1a8582 /src/map/map.h | |
parent | 1e5df06b8a23ea13c3fc1b07339c261a77600bae (diff) | |
download | hercules-c964aa4b43de4e534e1ea421841ee090cc71e6e8.tar.gz hercules-c964aa4b43de4e534e1ea421841ee090cc71e6e8.tar.bz2 hercules-c964aa4b43de4e534e1ea421841ee090cc71e6e8.tar.xz hercules-c964aa4b43de4e534e1ea421841ee090cc71e6e8.zip |
use a dedicated zone remove function when reloading zones
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 0e38bdb13..4267c2c88 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1220,6 +1220,7 @@ END_ZEROED_BLOCK; /* funcs */ void (*zone_init) (void); void (*zone_remove) (int m); + void (*zone_remove_all) (int m); void (*zone_apply) (int m, struct map_zone_data *zone, const char* start, const char* buffer, const char* filepath); void (*zone_change) (int m, struct map_zone_data *zone, const char* start, const char* buffer, const char* filepath); void (*zone_change2) (int m, struct map_zone_data *zone); |