This commit is contained in:
Christian Semmler 2024-02-11 09:53:10 -05:00
parent 110e7d7a52
commit 11580c3454

View File

@ -126,7 +126,7 @@ MxResult LegoGameState::Save(MxULong p_slot)
MxResult result;
InfocenterState* infocenterState = (InfocenterState*) GameState()->GetState("InfocenterState");
if (!infocenterState || infocenterState->GetNameLetter(0) == NULL) {
if (!infocenterState || !infocenterState->DoesNameExist()) {
result = SUCCESS;
}
else {