mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51: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;
|
*p_urs = g_defuseRotationalVel;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10055500
|
|
||||||
void LegoNavController::UpdateCameraLocation(char* p_location)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10054dd0
|
// FUNCTION: LEGO1 0x10054dd0
|
||||||
void LegoNavController::SetDefaults(
|
void LegoNavController::SetDefaults(
|
||||||
int p_dz,
|
int p_dz,
|
||||||
@ -366,6 +361,11 @@ MxBool LegoNavController::CalculateNewPosDir(
|
|||||||
return changed;
|
return changed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x10055500
|
||||||
|
void LegoNavController::UpdateCameraLocation(char* p_location)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10055620
|
// STUB: LEGO1 0x10055620
|
||||||
void LegoNavController::SetLocation(MxU32 p_location)
|
void LegoNavController::SetLocation(MxU32 p_location)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user