diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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. |