don't clear the party sheet when clearing scenario graphics.

This is because when you leave a scenario and enter a new one,
your party sheet gets clobbered
This commit is contained in:
2025-05-17 19:34:26 -05:00
parent f394cfb411
commit 2d8e77b9e2

View File

@@ -30,7 +30,6 @@ struct cCustomGraphics {
bool is_old = false;
void clear() {
sheets.clear();
party_sheet.reset();
}
explicit operator bool() {
return !sheets.empty() && bool(sheets[0]);