- fixed textures cache bug
- fixed one card in TMP
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-31 12:22:43 +00:00
parent ca337ad653
commit 0454fb20ec
14 changed files with 19 additions and 21 deletions

View File

@@ -164,7 +164,7 @@ void GameApp::Create()
mCurrentState = NULL;
mNextState = mGameStates[GAME_STATE_MENU];
// effect = new CardEffect();
// effect = NEW CardEffect();
char buf[512];
sprintf(buf, "size of MTGCard : %i\n" , sizeof(MTGCard));