mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove unused _saveid fields from in-mem gamedata
This commit is contained in:
parent
4824b5d434
commit
b1cf0207bf
1 changed files with 0 additions and 4 deletions
|
|
@ -121,9 +121,6 @@ extern preciptype_t curWeather;
|
||||||
struct skinrecord_t
|
struct skinrecord_t
|
||||||
{
|
{
|
||||||
UINT32 wins;
|
UINT32 wins;
|
||||||
|
|
||||||
// Purely assistive in gamedata save processes
|
|
||||||
UINT32 _saveid;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct unloaded_skin_t
|
struct unloaded_skin_t
|
||||||
|
|
@ -555,7 +552,6 @@ struct mapheader_t
|
||||||
mobjtype_t destroyforchallenge[MAXDESTRUCTIBLES]; ///< Assistive for UCRP_MAPDESTROYOBJECTS
|
mobjtype_t destroyforchallenge[MAXDESTRUCTIBLES]; ///< Assistive for UCRP_MAPDESTROYOBJECTS
|
||||||
UINT8 destroyforchallenge_size; ///< Number for above
|
UINT8 destroyforchallenge_size; ///< Number for above
|
||||||
|
|
||||||
UINT32 _saveid; ///< Purely assistive in gamedata save processes
|
|
||||||
UINT16 cache_spraycan; ///< Cached Spraycan ID
|
UINT16 cache_spraycan; ///< Cached Spraycan ID
|
||||||
UINT16 cache_maplock; ///< Cached Unlockable ID
|
UINT16 cache_maplock; ///< Cached Unlockable ID
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue