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
fdb23298
Commit
fdb23298
authored
1 year ago
by
sphere
Browse files
Options
Downloads
Patches
Plain Diff
fix spacing that gitlab freaked out over
parent
261e2d43
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2137
Allow per-mare time limits in NiGHTS
Pipeline
#2902
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomstat.h
+6
-6
6 additions, 6 deletions
src/doomstat.h
with
6 additions
and
6 deletions
src/doomstat.h
+
6
−
6
View file @
fdb23298
...
...
@@ -330,12 +330,12 @@ typedef struct
UINT16
levelflags
;
///< LF_flags: merged booleans into one UINT16 for space, see below
UINT8
menuflags
;
///< LF2_flags: options that affect record attack / nights mode menus
char
selectheading
[
22
];
///< Level select heading. Allows for controllable grouping.
UINT16
startrings
;
///< Number of rings players start with.
INT32
sstimer
;
///< Timer for special stages.
UINT32
ssspheres
;
///< Sphere requirement in special stages.
fixed_t
gravity
;
///< Map-wide gravity.
UINT16
nightstimer
[
8
];
///< Per-mare time limits for NiGHTS stages.
char
selectheading
[
22
];
///< Level select heading. Allows for controllable grouping.
UINT16
startrings
;
///< Number of rings players start with.
INT32
sstimer
;
///< Timer for special stages.
UINT32
ssspheres
;
///< Sphere requirement in special stages.
fixed_t
gravity
;
///< Map-wide gravity.
UINT16
nightstimer
[
8
];
///< Per-mare time limits for NiGHTS stages.
// Title card.
char
ltzzpatch
[
8
+
1
];
///< Zig zag patch.
...
...
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