summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.cpp
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-09 03:18:35 +0100
committerBertram <bertram@cegetel.net>2010-02-09 03:20:48 +0100
commitb7f93f0b2ec91e04d3ed9035c9e21015b8b57cdd (patch)
tree2d110cf418fab5d733c5172a52aaaffa74c2d693 /src/gui/debugwindow.cpp
parent6a6b36fa2d19a6ea9d39b975354709e7ad82281d (diff)
downloadmana-b7f93f0b2ec91e04d3ed9035c9e21015b8b57cdd.tar.gz
mana-b7f93f0b2ec91e04d3ed9035c9e21015b8b57cdd.tar.bz2
mana-b7f93f0b2ec91e04d3ed9035c9e21015b8b57cdd.tar.xz
mana-b7f93f0b2ec91e04d3ed9035c9e21015b8b57cdd.zip
Got successfully rid of tile width/height fallback values as asked by Jaxad.
But I added some logs when speed and other actions where refused due to game/map uninitialized. This could help.
Diffstat (limited to 'src/gui/debugwindow.cpp')
-rw-r--r--src/gui/debugwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp
index 9adbc84f..299118d9 100644
--- a/src/gui/debugwindow.cpp
+++ b/src/gui/debugwindow.cpp
@@ -98,7 +98,7 @@ void DebugWindow::logic()
mTileMouseLabel->setCaption(strprintf(_("Cursor: (%d, %d)"),
mouseTileX,
mouseTileY));
- // TODO: Add gettext support below
+
mMusicFileLabel->setCaption(strprintf(
_("Music: %s"), map->getProperty("music").c_str()));
mMinimapLabel->setCaption(