summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-01-18 14:34:53 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-20 20:48:19 +0100
commitb032adccbc64ebe316c72c7b541d7edf61f27ef5 (patch)
tree7d5be9fc04d3312c226daee03bcf7fe77df57c63 /src/gui/debugwindow.h
parent8f741827bec1b615769a59014cbbd634056aaa25 (diff)
downloadmana-b032adccbc64ebe316c72c7b541d7edf61f27ef5.tar.gz
mana-b032adccbc64ebe316c72c7b541d7edf61f27ef5.tar.bz2
mana-b032adccbc64ebe316c72c7b541d7edf61f27ef5.tar.xz
mana-b032adccbc64ebe316c72c7b541d7edf61f27ef5.zip
Added current map filename to debug window.
(cherry picked from mainline commit 2a7c63f6070606e6623a9730aa1ca9d52c942055)
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r--src/gui/debugwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h
index ae1d8b14..8d8b7822 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -49,7 +49,7 @@ class DebugWindow : public Window
void logic();
private:
- gcn::Label *mMusicFileLabel, *mMapFileLabel;
+ gcn::Label *mMusicFileLabel, *mMapLabel, *mMiniMapLabel;
gcn::Label *mTileMouseLabel, *mFPSLabel;
gcn::Label *mParticleCountLabel;
};