mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 10:54:16 +00:00
Name locations after exiting buildings/vehicles (#1564)
* Hospital * Infocenter * Garage * Police * Jetski Build * Racecar Build * Any vehicle
This commit is contained in:
@@ -119,7 +119,7 @@ MxLong InfocenterDoor::HandleControl(LegoControlManagerNotificationParam& p_para
|
||||
if (GameState()->GetActorId() != LegoActor::c_none) {
|
||||
InfocenterState* state = (InfocenterState*) GameState()->GetState("InfocenterState");
|
||||
if (state->HasRegistered()) {
|
||||
m_destLocation = LegoGameState::e_unk4;
|
||||
m_destLocation = LegoGameState::e_infocenterExited;
|
||||
}
|
||||
else {
|
||||
MxDSAction action;
|
||||
|
||||
Reference in New Issue
Block a user