implement/match UpdateLightPosition() (#744)

This commit is contained in:
Ramen2X
2024-03-28 10:27:44 -04:00
committed by GitHub
parent 13d994a1ee
commit f157f01f71
3 changed files with 33 additions and 7 deletions

View File

@@ -399,11 +399,11 @@ MxLong Isle::HandleClick(LegoControlManagerEvent& p_param)
FUN_10031590();
break;
case IsleScript::c_Observe_GlobeLArrow_Ctl:
FUN_1003f050(-1);
UpdateLightPosition(-1);
FUN_10031590();
break;
case IsleScript::c_Observe_GlobeRArrow_Ctl:
FUN_1003f050(1);
UpdateLightPosition(1);
FUN_10031590();
break;
case IsleScript::c_Observe_Draw1_Ctl: