diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-01-18 14:34:53 +0100 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-01-18 14:34:53 +0100 |
commit | 2a7c63f6070606e6623a9730aa1ca9d52c942055 (patch) | |
tree | 1dc1e47ffcbaa8f217352159f7e4b65105826942 /src/gui/debugwindow.h | |
parent | 833b4ee6b06a0d23781153ad117d638fa9cc9ace (diff) | |
download | mana-2a7c63f6070606e6623a9730aa1ca9d52c942055.tar.gz mana-2a7c63f6070606e6623a9730aa1ca9d52c942055.tar.bz2 mana-2a7c63f6070606e6623a9730aa1ca9d52c942055.tar.xz mana-2a7c63f6070606e6623a9730aa1ca9d52c942055.zip |
Added current map filename to debug window.
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r-- | src/gui/debugwindow.h | 2 |
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; }; |