summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-09 02:07:14 +0100
committerBertram <bertram@cegetel.net>2010-02-09 02:07:14 +0100
commitaa0325fac0f16ced4ac710b5126da5bc5c2af441 (patch)
treed00a3f3c3d3cf09ea76886938bb47a3bee57f110 /src/resources
parent56f501c8148b1061a02547d37b20eeeeb64029db (diff)
downloadmana-client-aa0325fac0f16ced4ac710b5126da5bc5c2af441.tar.gz
mana-client-aa0325fac0f16ced4ac710b5126da5bc5c2af441.tar.bz2
mana-client-aa0325fac0f16ced4ac710b5126da5bc5c2af441.tar.xz
mana-client-aa0325fac0f16ced4ac710b5126da5bc5c2af441.zip
Separated fallback defaults for tile width and height.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/mapreader.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp
index 07a06af7..7f08fe91 100644
--- a/src/resources/mapreader.cpp
+++ b/src/resources/mapreader.cpp
@@ -37,9 +37,6 @@
#include <iostream>
#include <zlib.h>
-const unsigned int DEFAULT_TILE_WIDTH = 32;
-const unsigned int DEFAULT_TILE_HEIGHT = 32;
-
/**
* Inflates either zlib or gzip deflated memory. The inflated memory is
* expected to be freed by the caller.