Skip to content
Snippets Groups Projects
Commit 96a378ef authored by Tatsuru's avatar Tatsuru
Browse files

Merge branch 'replay-overwrite-fix' into 'next'

Replay overwrite fix

See merge request STJr/SRB2!1523
parents 94799e21 22aaffa3
Branches
No related tags found
No related merge requests found
...@@ -1680,6 +1680,7 @@ UINT8 G_CmpDemoTime(char *oldname, char *newname) ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment