Raise demo version
This commit is contained in:
parent
c204314ae9
commit
3f611cf6d2
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue