Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julius Enriquez
SRB2
Commits
22aaffa3
Commit
22aaffa3
authored
4 years ago
by
Riku Salminen
Browse files
Options
Downloads
Patches
Plain Diff
non-misleading comment
parent
21dab7bd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/g_demo.c
+1
-1
1 addition, 1 deletion
src/g_demo.c
with
1 addition
and
1 deletion
src/g_demo.c
+
1
−
1
View file @
22aaffa3
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment