fixed minor bug with Ai deck saving routine.
fixed psp compilation, changed use of char* to ostringstream for menu text.
This commit is contained in:
@@ -778,7 +778,7 @@ int MTGDeck::save(string destFileName, bool useExpandedDescriptions, string &dec
|
||||
continue;
|
||||
}
|
||||
MTGSetInfo *setInfo = setlist.getInfo( card->setId );
|
||||
string setName = setInfo->getName();
|
||||
string setName = setInfo->id;
|
||||
string cardName = card->data->getName();
|
||||
file<< cardName << "\t " << "(" << setName << ") *" << nbCards << endl;
|
||||
setInfo = NULL;
|
||||
|
||||
Reference in New Issue
Block a user