From a0a3f089429d10105c0b29122adacd29674ffba4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 2 May 2016 20:05:26 +0300 Subject: Fix hook function prototype error. --- src/emap/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3-60-g2f50