* 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

@@ -89,8 +89,8 @@ void GameStateShop::Destroy(){
void GameStateShop::Update(float dt)
{
mParent->effect->UpdateSmall(dt);
mParent->effect->UpdateBig(dt);
// mParent->effect->UpdateSmall(dt);
// mParent->effect->UpdateBig(dt);
if (mStage == STAGE_SHOP_MENU){
if (menu){
menu->Update(dt);