Merge branch 'master' into miami

This commit is contained in:
Sergeanur
2020-07-16 23:03:31 +03:00
3 changed files with 44 additions and 47 deletions

View File

@ -17,13 +17,13 @@ public:
int8 forwardY;
int8 forwardZ;
int8 wheel;
uint8 gas;
uint8 brake;
int8 gas;
int8 brake;
bool handbrake;
CVector pos;
};
extern char gString[256];;
extern char gString[256];
class CRecordDataForChase
{