mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:39:03 +00:00
Fix CCarStateEachFrame
This commit is contained in:
parent
23da99622c
commit
ec09055599
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@ public:
|
||||||
int8 forwardY;
|
int8 forwardY;
|
||||||
int8 forwardZ;
|
int8 forwardZ;
|
||||||
int8 wheel;
|
int8 wheel;
|
||||||
uint8 gas;
|
int8 gas;
|
||||||
uint8 brake;
|
int8 brake;
|
||||||
bool handbrake;
|
bool handbrake;
|
||||||
CVector pos;
|
CVector pos;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern char gString[256];;
|
extern char gString[256];
|
||||||
|
|
||||||
class CRecordDataForChase
|
class CRecordDataForChase
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue