Add 1 to the version check for ZT_BOT
This should let demos recorded on blankart-dev still work properly demoversion is getting incremented soon anyway...
This commit is contained in:
parent
98fd7d0015
commit
f51a223642
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ static UINT8 *G_ReadZipTic(ticcmd_t *cmd, UINT8 *dp, UINT16 version)
|
|||
if (ziptic & ZT_FLAGS)
|
||||
cmd->flags = READUINT8(dp);
|
||||
|
||||
if (version < 0x0009 && ziptic & 0x8000) // ZT_BOT
|
||||
if (version < 0x000a && ziptic & 0x8000) // ZT_BOT
|
||||
{
|
||||
UINT16 botziptic = READUINT16(dp);
|
||||
if (botziptic & 1) READSINT8(dp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue