Cleanup: Remove unused last_num_specs from SlRoadStopTileData. (#12198)

Inadvertently copy & pasted from another Sl handler.
pull/663/head
Peter Nelson 3 months ago committed by GitHub
parent c0b5510a94
commit f0a891c4f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -564,8 +564,6 @@ public:
};
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
{
SlSetStructListLength(bst->custom_roadstop_tile_data.size());

Loading…
Cancel
Save