mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-25 09:11:15 +00:00
style
This commit is contained in:
parent
6e6d2ac508
commit
c1dfd8df4e
@ -19,6 +19,7 @@ MxLong PoliceEntity::VTable0x50(MxParam& p_param)
|
|||||||
{
|
{
|
||||||
if (FUN_1003ef60()) {
|
if (FUN_1003ef60()) {
|
||||||
Act1State* state = (Act1State*) GameState()->GetState("Act1State");
|
Act1State* state = (Act1State*) GameState()->GetState("Act1State");
|
||||||
|
|
||||||
if (state->GetUnknown18() != 10) {
|
if (state->GetUnknown18() != 10) {
|
||||||
state->SetUnknown18(0);
|
state->SetUnknown18(0);
|
||||||
|
|
||||||
@ -30,9 +31,9 @@ MxLong PoliceEntity::VTable0x50(MxParam& p_param)
|
|||||||
isle->SetDestLocation(LegoGameState::Area::e_police);
|
isle->SetDestLocation(LegoGameState::Area::e_police);
|
||||||
|
|
||||||
AnimationManager()->FUN_10061010(NULL);
|
AnimationManager()->FUN_10061010(NULL);
|
||||||
|
|
||||||
TransitionManager()->StartTransition(MxTransitionManager::e_mosaic, 50, FALSE, FALSE);
|
TransitionManager()->StartTransition(MxTransitionManager::e_mosaic, 50, FALSE, FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user