fixes ai deck saving bug pointed out by Zethfox.
TODO: fix text to the right of the box when saving ai deck.
This commit is contained in:
@@ -17,9 +17,9 @@ void DeckDataWrapper::save(){
|
||||
}
|
||||
}
|
||||
|
||||
void DeckDataWrapper::save(string filepath, bool useExpandedCardNames){
|
||||
void DeckDataWrapper::save(string filepath, bool useExpandedCardNames, string &deckTitle, string &deckDesc){
|
||||
if(parent){
|
||||
Rebuild(parent);
|
||||
parent->save(filepath, useExpandedCardNames);
|
||||
parent->save(filepath, useExpandedCardNames, deckTitle, deckDesc);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user