From fdb23298f6fc402e1d2cef0ad5ccee5e94f761ef Mon Sep 17 00:00:00 2001 From: spherallic <spherallic@gmail.com> Date: Mon, 4 Mar 2024 15:25:25 +0100 Subject: [PATCH] fix spacing that gitlab freaked out over --- src/doomstat.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/doomstat.h b/src/doomstat.h index 404885d03a..bde2bacc72 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -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. -- GitLab