summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-01-18 14:34:53 +0100
committerIra Rice <irarice@gmail.com>2009-01-18 23:58:34 -0700
commited3a7626a24750803ebe16f528b292ff1b24affa (patch)
tree51bc8deb9419ccfcf8a435b7585deaab7dc4af3f /src/gui/debugwindow.h
parentadfa6fa21b1ef5c8169538ca5c4896bf86e59d6a (diff)
downloadmana-client-ed3a7626a24750803ebe16f528b292ff1b24affa.tar.gz
mana-client-ed3a7626a24750803ebe16f528b292ff1b24affa.tar.bz2
mana-client-ed3a7626a24750803ebe16f528b292ff1b24affa.tar.xz
mana-client-ed3a7626a24750803ebe16f528b292ff1b24affa.zip
Added current map filename to debug window.
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;
};