This commit is contained in:
Christian Semmler 2024-02-11 09:54:33 -05:00
parent 11580c3454
commit 4c3ee56c3f

View File

@ -111,7 +111,7 @@ MxLong InfocenterDoor::HandleClick(LegoControlManagerEvent& p_param)
case 4:
if (GameState()->GetUnknownC()) {
InfocenterState* state = (InfocenterState*) GameState()->GetState("InfocenterState");
if (state->GetNameLetter(0) != NULL) {
if (state->DoesNameExist()) {
m_unk0xf8 = LegoGameState::e_unk4;
}
else {