summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/game-server/mapreader.cpp2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3109b728..502f097b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Roderic Morris <roderic@ccs.neu.edu>
+
+ * src/game-server/mapreader.cpp: fix compilation on gcc 4.3.
+
2008-08-18 David Athay <ko2fan@gmail.com>
* src/account-server/dalstorage.cpp, src/chat-server/guild.hpp,
diff --git a/src/game-server/mapreader.cpp b/src/game-server/mapreader.cpp
index 46baaa43..f67e3840 100644
--- a/src/game-server/mapreader.cpp
+++ b/src/game-server/mapreader.cpp
@@ -39,8 +39,6 @@
#include "utils/xml.hpp"
#include "utils/zlib.hpp"
-const unsigned int DEFAULT_TILE_WIDTH = 32;
-const unsigned int DEFAULT_TILE_HEIGHT = 32;
static std::vector< int > tilesetFirstGids;
void MapReader::readMap(const std::string &filename, MapComposite *composite)