Clear unknowns in Isle (#1660)

This commit is contained in:
Fabian Neundorf
2025-07-31 00:43:11 +02:00
committed by GitHub
parent 5495da6c53
commit 5361b01a10
4 changed files with 55 additions and 45 deletions

View File

@@ -49,7 +49,7 @@ MxLong InfoCenterEntity::HandleClick(LegoEventNotificationParam& p_param)
}
Isle* isle = (Isle*) FindWorld(*g_isleScript, IsleScript::c__Isle);
isle->FUN_10033350();
isle->SwitchToInfocenter();
isle->SetDestLocation(LegoGameState::Area::e_infomain);
Act1State* act1state = (Act1State*) GameState()->GetState("Act1State");