mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 21:29:22 +00:00
Add some TODO stubs for unused code to be reversed
This commit is contained in:
parent
b6da31cfaa
commit
833bf4a619
13 changed files with 215 additions and 14 deletions
|
@ -582,6 +582,13 @@ CVehicle::ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelCon
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
CVehicle::ProcessBikeWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelContactSpeed, CVector &wheelContactPoint, int32 wheelsOnGround, float thrust,
|
||||
float brake, float adhesion, int8 wheelId, float *wheelSpeed, tWheelState *wheelState, eBikeWheelSpecial special, uint16 wheelStatus)
|
||||
{
|
||||
// TODO: mobile code
|
||||
}
|
||||
|
||||
float
|
||||
CVehicle::ProcessWheelRotation(tWheelState state, const CVector &fwd, const CVector &speed, float radius)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue