mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01:16 +00:00
Fix
This commit is contained in:
parent
110e7d7a52
commit
11580c3454
@ -126,7 +126,7 @@ MxResult LegoGameState::Save(MxULong p_slot)
|
|||||||
MxResult result;
|
MxResult result;
|
||||||
InfocenterState* infocenterState = (InfocenterState*) GameState()->GetState("InfocenterState");
|
InfocenterState* infocenterState = (InfocenterState*) GameState()->GetState("InfocenterState");
|
||||||
|
|
||||||
if (!infocenterState || infocenterState->GetNameLetter(0) == NULL) {
|
if (!infocenterState || !infocenterState->DoesNameExist()) {
|
||||||
result = SUCCESS;
|
result = SUCCESS;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user