diff options
Diffstat (limited to 'src/map_func.h')
-rw-r--r-- | src/map_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_func.h b/src/map_func.h index 21d69b138..08cf12b5f 100644 --- a/src/map_func.h +++ b/src/map_func.h @@ -43,7 +43,7 @@ extern Tile *_m; */ extern TileExtended *_me; -void AllocateMap(uint size_x, uint size_y); +void AllocateMap(uint size_x, uint size_y, uint layer_count); /** * Logarithm of the map size along the X side. |