First commit of replay system

This commit is contained in:
Nikolay Korolev
2019-06-22 21:16:29 +03:00
parent 75ede35342
commit 8b47a5b9f4
14 changed files with 544 additions and 10 deletions

View File

@ -160,7 +160,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;