Skip to content
Snippets Groups Projects
Commit 22aaffa3 authored by Riku Salminen's avatar Riku Salminen
Browse files

non-misleading comment

parent 21dab7bd
Branches
No related tags found
No related merge requests found
...@@ -1668,7 +1668,7 @@ UINT8 G_CmpDemoTime(char *oldname, char *newname) ...@@ -1668,7 +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 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