- Fix for issue 371 (Deck Editor resets to letter "A")
- Changed music behavior when switching menus. It shouldn't "restart" the music anymore.
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-09-26 08:41:25 +00:00
parent 5277ba525d
commit ed865ce29a
4 changed files with 50 additions and 12 deletions

View File

@@ -138,6 +138,8 @@ private:
int useFilter;
JMusic * bgMusic;
JQuad * backQuad;
int lastPos;
int lastTotal;
WGuiFilters * filterMenu;
WSrcDeckViewer * source;
@@ -157,6 +159,7 @@ private:
StatsWrapper stw;
bool mSwitching;
void saveDeck(); //Saves the deck and additional necessary information
int getCurrentPos();
public:
GameStateDeckViewer(GameApp* parent);