Jeck - Fix for issue 316 (shop selection not cyclical).

This commit is contained in:
wagic.jeck
2010-02-10 14:03:08 +00:00
parent 7fd2956399
commit 9806edc6d0
3 changed files with 36 additions and 24 deletions

View File

@@ -64,7 +64,7 @@ void GameStateShop::Start(){
mStage = STAGE_FADE_IN;
mElapsed = 0;
booster = NULL;
srcCards = NEW WSrcUnlockedCards(.25);
srcCards = NEW WSrcUnlockedCards(0);
srcCards->setElapsed(15);
bigSync = 0;