- fix with deck names overwritten when saving
- Added "premade" decks directory for people who don't want to create their own decks
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-18 05:42:20 +00:00
parent 241d53edd2
commit 4606d88048
4 changed files with 51 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ class GameStateDuel: public GameState, public JGuiListener
SimpleMenu * opponentMenu;
SimpleMenu * menu;
JLBFont* mFont, *opponentMenuFont;
string playerDecksDir;
void loadPlayer(int playerId, int decknb = 0, int isAI = 0);