From a46ba7ab92b151a3cf5bd309af0a75d292dd8a8e Mon Sep 17 00:00:00 2001 From: wolfy852 Date: Wed, 8 Feb 2023 23:16:34 -0600 Subject: [PATCH] UNIT lmfao --- src/doomstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomstat.h b/src/doomstat.h index e72d96705..8ba85e51b 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -413,7 +413,7 @@ struct mapheader_t char musname[3][7]; ///< Music tracks to play. First dimension is the track number, second is the music string. "" for no music. UINT16 mustrack; ///< Subsong to play. Only really relevant for music modules and specific formats supported by GME. 0 to ignore. UINT32 muspos; ///< Music position to jump to. - UNIT8 musname_size; ///< Number of music tracks defined + UINT8 musname_size; ///< Number of music tracks defined // Sky information UINT8 weather; ///< See preciptype_t