summaryrefslogtreecommitdiff
path: root/src/emap/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/map.h')
-rw-r--r--src/emap/map.h2
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,