mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +00:00
Cleanup: Remove unused last_num_specs from SlRoadStopTileData. (#12198)
Inadvertently copy & pasted from another Sl handler.
This commit is contained in:
parent
c0b5510a94
commit
f0a891c4f7
@ -564,8 +564,6 @@ public:
|
|||||||
};
|
};
|
||||||
inline const static SaveLoadCompatTable compat_description = {};
|
inline const static SaveLoadCompatTable compat_description = {};
|
||||||
|
|
||||||
static uint8_t last_num_specs; ///< Number of specs of the last loaded station.
|
|
||||||
|
|
||||||
void Save(BaseStation *bst) const override
|
void Save(BaseStation *bst) const override
|
||||||
{
|
{
|
||||||
SlSetStructListLength(bst->custom_roadstop_tile_data.size());
|
SlSetStructListLength(bst->custom_roadstop_tile_data.size());
|
||||||
|
Loading…
Reference in New Issue
Block a user