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:
GenericHeroGuy 2025-08-31 21:57:03 +02:00
parent 98fd7d0015
commit f51a223642

View file

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