From b1cf0207bfd619146340fd7d70555437e1334c05 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Wed, 21 Feb 2024 18:44:44 -0600 Subject: [PATCH] Remove unused _saveid fields from in-mem gamedata --- src/doomstat.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/doomstat.h b/src/doomstat.h index d0f8d35bf..204dce155 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -121,9 +121,6 @@ extern preciptype_t curWeather; struct skinrecord_t { UINT32 wins; - - // Purely assistive in gamedata save processes - UINT32 _saveid; }; struct unloaded_skin_t @@ -555,7 +552,6 @@ struct mapheader_t mobjtype_t destroyforchallenge[MAXDESTRUCTIBLES]; ///< Assistive for UCRP_MAPDESTROYOBJECTS UINT8 destroyforchallenge_size; ///< Number for above - UINT32 _saveid; ///< Purely assistive in gamedata save processes UINT16 cache_spraycan; ///< Cached Spraycan ID UINT16 cache_maplock; ///< Cached Unlockable ID