- cards syntax errors
- compilation errors fix for PSP
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-06 09:10:43 +00:00
parent c5d13e7cac
commit 115976c264
6 changed files with 13 additions and 13 deletions

View File

@@ -250,7 +250,7 @@ void ShopItems::ButtonPressed(int controllerId, int controlId){
}else{
safeDeleteDisplay();
display = NEW CardDisplay(12,NULL, SCREEN_WIDTH - 200, SCREEN_HEIGHT/2,this,NULL,5);
int curNbcards = playerdata->collection->totalCards();
MTGDeck * tempDeck = NEW MTGDeck(NULL,playerdata->collection->database);
tempDeck->addRandomCards(1, setIds[showPriceDialog],Constants::RARITY_R);