Jeck - Daily build, fixed alignment issue in shop prices.

This commit is contained in:
wagic.jeck
2010-02-08 01:35:16 +00:00
parent 83e2b04547
commit bdf958de34
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -309,7 +309,7 @@ void GameStateShop::load(){
mInventory[i] = 0; mInventory[i] = 0;
continue; continue;
} }
mPrices[i] = purchasePrice(i); mPrices[i] = purchasePrice(i-BOOSTER_SLOTS);
mCounts[i] = myCollection->countByName(c); mCounts[i] = myCollection->countByName(c);
switch(c->getRarity()){ switch(c->getRarity()){
case Constants::RARITY_C: case Constants::RARITY_C: