diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-03 23:45:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-03 23:45:28 +0300 |
commit | d4becd02df95dafcc0078ed2f0b924f29023feeb (patch) | |
tree | 8c9dcf4e1f45e4c0c4e76039aa3cf62e725729d0 /src/emap/map.h | |
parent | 82b22caa7a2c58777dd3daa8f4365a71754b0b04 (diff) | |
download | evol-hercules-d4becd02df95dafcc0078ed2f0b924f29023feeb.tar.gz evol-hercules-d4becd02df95dafcc0078ed2f0b924f29023feeb.tar.bz2 evol-hercules-d4becd02df95dafcc0078ed2f0b924f29023feeb.tar.xz evol-hercules-d4becd02df95dafcc0078ed2f0b924f29023feeb.zip |
Update from hercules.
Diffstat (limited to 'src/emap/map.h')
-rw-r--r-- | src/emap/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/map.h b/src/emap/map.h index f67f8b2..2d6a25a 100644 --- a/src/emap/map.h +++ b/src/emap/map.h @@ -36,7 +36,7 @@ bool emap_iwall_set_pre(int16 *m, bool *shootable, const char **wall_namePtr); void emap_iwall_get_pre(struct map_session_data **sdPtr); -void emap_iwall_remove_pre(const char **namePtr); +bool emap_iwall_remove_pre(const char **namePtr); bool emap_iwall_set2(int m, int layer, int x1, int y1, |