mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 13:40:34 +00:00
Added CUpsideDownCarCheck and CStuckCarCheck
This commit is contained in:
parent
2b592605ab
commit
b1500fbe03
4 changed files with 163 additions and 8 deletions
|
@ -104,6 +104,9 @@ public:
|
|||
bIsInSafePosition = false;
|
||||
}
|
||||
|
||||
const CVector& GetMoveSpeed() { return m_vecMoveSpeed; }
|
||||
const CVector& GetTurnSpeed() { return m_vecTurnSpeed; }
|
||||
|
||||
void ApplyMoveSpeed(void);
|
||||
void ApplyTurnSpeed(void);
|
||||
// Force actually means Impulse here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue