mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Fix
This commit is contained in:
parent
11580c3454
commit
4c3ee56c3f
@ -111,7 +111,7 @@ MxLong InfocenterDoor::HandleClick(LegoControlManagerEvent& p_param)
|
|||||||
case 4:
|
case 4:
|
||||||
if (GameState()->GetUnknownC()) {
|
if (GameState()->GetUnknownC()) {
|
||||||
InfocenterState* state = (InfocenterState*) GameState()->GetState("InfocenterState");
|
InfocenterState* state = (InfocenterState*) GameState()->GetState("InfocenterState");
|
||||||
if (state->GetNameLetter(0) != NULL) {
|
if (state->DoesNameExist()) {
|
||||||
m_unk0xf8 = LegoGameState::e_unk4;
|
m_unk0xf8 = LegoGameState::e_unk4;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user