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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
66175d87
Commit
66175d87
authored
9 years ago
by
Monster Iestyn
Browse files
Options
Downloads
Patches
Plain Diff
removed unused macros from doomdef.h
parent
985b9a11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!52
Monster misc 2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomdef.h
+0
-11
0 additions, 11 deletions
src/doomdef.h
with
0 additions
and
11 deletions
src/doomdef.h
+
0
−
11
View file @
66175d87
...
@@ -206,13 +206,6 @@ extern FILE *logstream;
...
@@ -206,13 +206,6 @@ extern FILE *logstream;
// Note that we use this to help keep internal testing in check; this is why v2.1.0 is not version "1".
// Note that we use this to help keep internal testing in check; this is why v2.1.0 is not version "1".
#define MODVERSION 19
#define MODVERSION 19
// some tests, enable or disable it if it run or not
#define SPLITSCREEN
// =========================================================================
// =========================================================================
// The maximum number of players, multiplayer/networking.
// The maximum number of players, multiplayer/networking.
...
@@ -348,11 +341,7 @@ void CONS_Debug(INT32 debugflags, const char *fmt, ...) FUNCDEBUG;
...
@@ -348,11 +341,7 @@ void CONS_Debug(INT32 debugflags, const char *fmt, ...) FUNCDEBUG;
#include
"m_swap.h"
#include
"m_swap.h"
// Things that used to be in dstrings.h
// Things that used to be in dstrings.h
#define DEVMAPS "devmaps"
#define DEVDATA "devdata"
#define SAVEGAMENAME "srb2sav"
#define SAVEGAMENAME "srb2sav"
char
savegamename
[
256
];
char
savegamename
[
256
];
// m_misc.h
// m_misc.h
...
...
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