- reduced requirements for ai decks unlocks
- attempt to fix a Quad issue when unlocking something
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-11-30 13:29:57 +00:00
parent 96cdb7353a
commit 50c0f1dd8e
3 changed files with 23 additions and 20 deletions

View File

@@ -30,14 +30,14 @@ private:
int isEvilTwinUnlocked();
int isRandomDeckUnlocked();
int IsMoreAIDecksUnlocked(DeckStats * stats);
string unlockedTextureName;
JQuad * GetUnlockedQuad(string texturename);
public:
int value;
Player * p1, *p2;
GameApp * app;
int showMsg;
int unlocked;
JQuad * unlockedQuad;
JTexture * unlockedTex;
string unlockedString;
vector<CreditBonus *> bonus;
Credits();