Merge pull request #32 from Nick007J/master

Added replay functions
This commit is contained in:
aap 2019-06-22 21:29:14 +02:00 committed by GitHub
commit 7a77f995b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 533 additions and 10 deletions

View file

@ -170,7 +170,7 @@ public:
uint8 m_ped_flagI1 : 1;
uint8 m_ped_flagI2 : 1;
uint8 m_ped_flagI4 : 1;
uint8 m_ped_flagI8 : 1;
uint8 bRecordedForReplay : 1;
uint8 m_ped_flagI10 : 1;
uint8 m_ped_flagI20 : 1;
uint8 m_ped_flagI40 : 1;