fixed bug with saving brand new AI decks.
This commit is contained in:
@@ -19,6 +19,7 @@ class DeckDataWrapper: public WSrcDeck {
|
||||
bool next() {currentPos++; return true;};
|
||||
bool prev() {currentPos--; return true;};
|
||||
void save();
|
||||
void save(string filepath, bool useExpandedCardNames);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user