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
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;