mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Fix regression
This commit is contained in:
parent
ef0f19d529
commit
e15486d191
@ -196,7 +196,7 @@ MxResult LegoCarBuild::Create(MxDSAction& p_dsAction)
|
|||||||
else if (m_atomId == *g_racecarScript) {
|
else if (m_atomId == *g_racecarScript) {
|
||||||
buildStateClassName = "LegoRaceCarBuildState";
|
buildStateClassName = "LegoRaceCarBuildState";
|
||||||
GameState()->m_currentArea = LegoGameState::e_racecarbuild;
|
GameState()->m_currentArea = LegoGameState::e_racecarbuild;
|
||||||
m_carId = Helicopter_Actor;
|
m_carId = RaceCar_Actor;
|
||||||
}
|
}
|
||||||
|
|
||||||
LegoGameState* gameState = GameState();
|
LegoGameState* gameState = GameState();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user