mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Merge branch 'replay-overwrite-fix' into 'next'
Replay overwrite fix See merge request STJr/SRB2!1523
This commit is contained in:
commit
96a378ef1e
1 changed files with 1 additions and 0 deletions
|
@ -1680,6 +1680,7 @@ UINT8 G_CmpDemoTime(char *oldname, char *newname)
|
||||||
switch(oldversion) // demoversion
|
switch(oldversion) // demoversion
|
||||||
{
|
{
|
||||||
case DEMOVERSION: // latest always supported
|
case DEMOVERSION: // latest always supported
|
||||||
|
case 0x000d: // The previous demoversion also supported
|
||||||
case 0x000c: // all that changed between then and now was longer color name
|
case 0x000c: // all that changed between then and now was longer color name
|
||||||
break;
|
break;
|
||||||
// too old, cannot support.
|
// too old, cannot support.
|
||||||
|
|
Loading…
Reference in a new issue