- 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

@@ -87,6 +87,7 @@ class GameApp: public JApp
static int HasMusic;
static string systemError;
static JMusic* music;
static string currentMusicFile;
static void playMusic(string filename, bool loop = true);
static MTGAllCards * collection;
static int players[2];