diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map.cpp b/src/map.cpp index c18d38ba..efb3017d 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -41,12 +41,6 @@ extern volatile int tick_time; /** - * The used side-length for tiles - */ -const int DEFAULT_TILE_WIDTH = 32; -const int DEFAULT_TILE_HEIGHT = 32; - -/** * A location on a tile map. Used for pathfinding, open list. */ struct Location |