Jeck - Fix to shop.
This commit is contained in:
@@ -395,6 +395,7 @@ void GameStateShop::Update(float dt)
|
|||||||
if (menu)
|
if (menu)
|
||||||
menu->Update(dt);
|
menu->Update(dt);
|
||||||
beginPurchase(mBuying);
|
beginPurchase(mBuying);
|
||||||
|
mStage = STAGE_SHOP_SHOP;
|
||||||
break;
|
break;
|
||||||
case STAGE_SHOP_MENU:
|
case STAGE_SHOP_MENU:
|
||||||
if (menu){
|
if (menu){
|
||||||
|
|||||||
Reference in New Issue
Block a user