bump replay file version since end-zone-offset is now being used correctly for playertimes....

This commit is contained in:
rtldg 2021-12-30 11:26:13 +00:00
parent 431fd18ecb
commit 94b3c41f41

View File

@ -12,10 +12,11 @@
// 0x06: mousexy and vel added
// 0x07: fixed iFrameCount because postframes were included in the value when they shouldn't be
// 0x08: added zone-offsets to header
// 0x09: bumped with no actual file changes because time calculation in regards to offsets have been changed/fixed since it seems to have been using the end-zone-offset incorrectly (and should now be fine hopefully since 2021-12-21 / a146b51fb16febf1847657fba7ef9e0c056d7476)
#define REPLAY_FORMAT_V2 "{SHAVITREPLAYFORMAT}{V2}"
#define REPLAY_FORMAT_FINAL "{SHAVITREPLAYFORMAT}{FINAL}"
#define REPLAY_FORMAT_SUBVERSION 0x08
#define REPLAY_FORMAT_SUBVERSION 0x09
#define REPLAY_FRAMES_PER_WRITE 100 // amounts of frames to write per read/write call