fixed handsize issue in demo.

Issue: 587
This commit is contained in:
omegablast2002@yahoo.com
2011-02-06 14:50:02 +00:00
parent e8a656e61e
commit 156fd4a601
3 changed files with 29 additions and 21 deletions

View File

@@ -36,7 +36,8 @@ enum
GAME_TYPE_MOMIR,
GAME_TYPE_RANDOM1,
GAME_TYPE_RANDOM2,
GAME_TYPE_STORY
GAME_TYPE_STORY,
GAME_TYPE_DEMO
};
class MTGAllCards;