Show error message instead of aborting when loading an invalid map size.
This commit is contained in:
@@ -43,6 +43,7 @@ extern Tile *_m;
|
||||
*/
|
||||
extern TileExtended *_me;
|
||||
|
||||
bool ValidateMapSize(uint size_x, uint size_y);
|
||||
void AllocateMap(uint size_x, uint size_y);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user