Erwan
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user