mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 16:10:33 +00:00
Merge pull request #114 from Nick007J/master
Added CUpsideDownCarCheck and CStuckCarCheck
This commit is contained in:
commit
b515ce4730
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