mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 22:33:32 +00:00
Add previous demo version to acceptable demo versions for demo comparison
This commit is contained in:
parent
75938e2dfa
commit
21dab7bd66
1 changed files with 1 additions and 0 deletions
|
@ -1668,6 +1668,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: // latest always 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