From b7f93f0b2ec91e04d3ed9035c9e21015b8b57cdd Mon Sep 17 00:00:00 2001 From: Bertram Date: Tue, 9 Feb 2010 03:18:35 +0100 Subject: 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. --- src/gui/debugwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/debugwindow.cpp') 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( -- cgit v1.2.3-70-g09d2