diff options
-rw-r--r-- | src/emap/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/map.c b/src/emap/map.c index 4fef163..f2d027b 100644 --- a/src/emap/map.c +++ b/src/emap/map.c @@ -414,7 +414,7 @@ bool emap_iwall_set_pre(int16 *m __attribute__ ((unused)), int *size __attribute__ ((unused)), int8 *dir __attribute__ ((unused)), bool *shootable __attribute__ ((unused)), - const char *wall_namePtr __attribute__ ((unused))) + const char **wall_namePtr __attribute__ ((unused))) { ShowError("Unsupported set wall function\n"); hookStop(); |