Raise demo version

This commit is contained in:
NepDisk 2025-09-15 12:50:56 -04:00
parent c204314ae9
commit 3f611cf6d2

View file

@ -112,7 +112,7 @@ demoghost *ghosts = NULL;
// DEMO RECORDING
//
#define DEMOVERSION 0x000A
#define DEMOVERSION 0x000B
#define DEMOHEADER "\xF0" "BlanReplay" "\x0F"
#define DF_GHOST 0x01 // This demo contains ghost data too!
@ -683,6 +683,9 @@ static headerstatus_e G_ReadDemoHeader(UINT8 *dp, demoheader_t *header)
case DEMOVERSION: // latest always supported
break;
case 0x000A:
break;
case 0x0009:
serverinfo = false;
break;