mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Update legonavcontroller.cpp
This commit is contained in:
parent
b1a9fab5ad
commit
4d468bdc0a
@ -145,11 +145,6 @@ void LegoNavController::GetDefaults(
|
||||
*p_urs = g_defuseRotationalVel;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10055500
|
||||
void LegoNavController::UpdateCameraLocation(char* p_location)
|
||||
{
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10054dd0
|
||||
void LegoNavController::SetDefaults(
|
||||
int p_dz,
|
||||
@ -366,6 +361,11 @@ MxBool LegoNavController::CalculateNewPosDir(
|
||||
return changed;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10055500
|
||||
void LegoNavController::UpdateCameraLocation(char* p_location)
|
||||
{
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10055620
|
||||
void LegoNavController::SetLocation(MxU32 p_location)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user