Skip to content
Snippets Groups Projects
Commit fdb23298 authored by sphere's avatar sphere
Browse files

fix spacing that gitlab freaked out over

parent 261e2d43
Branches
Tags
1 merge request!2137Allow per-mare time limits in NiGHTS
Pipeline #2902 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment