mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Finish LegoVariables class (#698)
* Finish LegoVariables class * Update legonavcontroller.cpp * Update legobackgroundcolor.cpp * Match functions, style, refactor visible * Use MxBool * Merge/fix --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -361,6 +361,12 @@ MxBool LegoNavController::CalculateNewPosDir(
|
||||
return changed;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10055500
|
||||
void LegoNavController::UpdateCameraLocation(const char* p_location)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10055620
|
||||
void LegoNavController::SetLocation(MxU32 p_location)
|
||||
{
|
||||
|
Reference in New Issue
Block a user