Jeck - Completing a collection using the cheat profile now also unlocks all sets in trophy room.

This commit is contained in:
wagic.jeck
2010-02-08 23:53:04 +00:00
parent e5be940766
commit 2508a64634
2 changed files with 7 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ string GameStateShop::descPurchase(int controlId, bool tiny){
if(mBooster[controlId].altSet == mBooster[controlId].mainSet)
mBooster[controlId].altSet = NULL;
if(mBooster[controlId].altSet)
sprintf(buffer,_("%s & %s Booster (15 Cards)").c_str(),mBooster[controlId].mainSet->id.c_str(),mBooster[controlId].altSet->id.c_str());
sprintf(buffer,_("%s & %s (15 Cards)").c_str(),mBooster[controlId].mainSet->id.c_str(),mBooster[controlId].altSet->id.c_str());
else
sprintf(buffer,_("%s Booster (15 Cards)").c_str(),mBooster[controlId].mainSet->id.c_str());
name = buffer;