diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 745e2013c..84f9ed27e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1380,7 +1380,7 @@ unsigned int distance(int dx, int dy); int cleanup_sub(struct block_list *bl, va_list ap); void map_helpscreen(int flag); // [Valaris] -int map_delmap(char *mapname); +int map_delmap(char* mapname); int map_addmobtolist(unsigned short m, struct spawn_data *spawn); // [Wizputer] void map_spawnmobs(int); // [Wizputer] |