Fix up the pick custom scenario dialog

This commit is contained in:
2014-04-20 23:55:01 -04:00
parent ed4558f805
commit f9a21dd068
3 changed files with 10 additions and 9 deletions

View File

@@ -82,6 +82,7 @@ struct cCustomGraphics {
bool is_old = false;
void clear() {
if(sheets != NULL) delete[] sheets;
sheets = NULL;
}
~cCustomGraphics() {
if(party != NULL) delete party;