From aa0325fac0f16ced4ac710b5126da5bc5c2af441 Mon Sep 17 00:00:00 2001 From: Bertram Date: Tue, 9 Feb 2010 02:07:14 +0100 Subject: Separated fallback defaults for tile width and height. --- src/map.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map.cpp') diff --git a/src/map.cpp b/src/map.cpp index 910c005a..c18d38ba 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -43,7 +43,8 @@ extern volatile int tick_time; /** * The used side-length for tiles */ -const int DEFAULT_TILE_SIDE_LENGTH = 32; +const int DEFAULT_TILE_WIDTH = 32; +const int DEFAULT_TILE_HEIGHT = 32; /** * A location on a tile map. Used for pathfinding, open list. -- cgit v1.2.3-70-g09d2