* Remove the stupid effect on cards back, at least until release
This commit is contained in:
jean.chalard
2009-05-31 05:52:49 +00:00
parent a0b82b1026
commit 6f09760d08
3 changed files with 7 additions and 7 deletions

View File

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