summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-01-08 23:00:40 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-01-08 23:00:40 +0000
commitad0058c32c58330675136e35135a3d1b78be64b0 (patch)
treebd618f14ce089b5c38a2b2c351bccf5675437f1f
parentf7db7a051da79d8deef8b79419ce6772dce16725 (diff)
downloadmanaserv-ad0058c32c58330675136e35135a3d1b78be64b0.tar.gz
manaserv-ad0058c32c58330675136e35135a3d1b78be64b0.tar.bz2
manaserv-ad0058c32c58330675136e35135a3d1b78be64b0.tar.xz
manaserv-ad0058c32c58330675136e35135a3d1b78be64b0.zip
Little things only.
-rw-r--r--src/chathandler.cpp1
-rw-r--r--src/mapmanager.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/chathandler.cpp b/src/chathandler.cpp
index 3d109274..ad800a31 100644
--- a/src/chathandler.cpp
+++ b/src/chathandler.cpp
@@ -21,7 +21,6 @@
* $Id$
*/
-#include <cctype>
#include "chathandler.h"
#include "state.h"
#include "being.h"
diff --git a/src/mapmanager.cpp b/src/mapmanager.cpp
index 95ed73e4..be208838 100644
--- a/src/mapmanager.cpp
+++ b/src/mapmanager.cpp
@@ -37,7 +37,6 @@ MapManager::~MapManager()
void MapManager::loadMap(const unsigned int mapId)
{
- //TODO: Check if the id exists, then get the string associated.
Storage &store = Storage::instance("tmw");
std::string mapFile = store.getMapNameFromId(mapId);
Map *map = MapReader::readMap("maps/" + mapFile);