Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Lactozilla
SRB2
Commits
07dd527e
Commit
07dd527e
authored
8 years ago
by
Monster Iestyn
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused function prototypes in d_main.h
Also corrected what appears to be a typo in some comments above?
parent
61a29bed
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/d_main.h
+1
-4
1 addition, 4 deletions
src/d_main.h
with
1 addition
and
4 deletions
src/d_main.h
+
1
−
4
View file @
07dd527e
...
@@ -34,7 +34,7 @@ void D_SRB2Loop(void) FUNCNORETURN;
...
@@ -34,7 +34,7 @@ void D_SRB2Loop(void) FUNCNORETURN;
// D_SRB2Main()
// D_SRB2Main()
// Not a globally visible function, just included for source reference,
// Not a globally visible function, just included for source reference,
// calls all startup code, parses command line options.
// calls all startup code, parses command line options.
// If not overrided by user input, calls
N
_AdvanceDemo.
// If not overrided by user input, calls
D
_AdvanceDemo.
//
//
void
D_SRB2Main
(
void
);
void
D_SRB2Main
(
void
);
...
@@ -51,9 +51,6 @@ const char *D_Home(void);
...
@@ -51,9 +51,6 @@ const char *D_Home(void);
//
//
// BASE LEVEL
// BASE LEVEL
//
//
void
D_PageTicker
(
void
);
// pagename is lumpname of a 320x200 patch to fill the screen
void
D_PageDrawer
(
const
char
*
pagename
);
void
D_AdvanceDemo
(
void
);
void
D_AdvanceDemo
(
void
);
void
D_StartTitle
(
void
);
void
D_StartTitle
(
void
);
...
...
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