- Added CC Avatar
- Fixed a segfault bug when selling cards
- Added a few messages in the credits
- Show types of a card in "Alternate" display
- This update should get rid of all copyrighted contents
This commit is contained in:
wagic.the.homebrew
2009-02-01 06:29:29 +00:00
parent 2d37fafe53
commit 9454ac88fe
9 changed files with 79 additions and 54 deletions

View File

@@ -18,6 +18,7 @@ class GameStateDuel: public GameState, public JGuiListener
#ifdef TESTSUITE
TestSuite * testSuite;
#endif
int showMsg;
int mGamePhase;
Player * mCurrentPlayer;
Player * mPlayers[2];