Feature: Cheat to fix station ratings at 100% (#11346)

This commit is contained in:
Tyler Trahan
2023-10-21 08:35:52 -04:00
committed by GitHub
parent 37f84b7372
commit 2dd2910ab3
7 changed files with 15 additions and 2 deletions

View File

@@ -362,6 +362,8 @@ enum SaveLoadVersion : uint16_t {
SLV_REMOVE_LOADED_AT_XY, ///< 318 PR#11276 Remove loaded_at_xy variable from CargoPacket.
SLV_CARGO_TRAVELLED, ///< 319 PR#11283 CargoPacket now tracks how far it travelled inside a vehicle.
SLV_STATION_RATING_CHEAT, ///< 320 PR#11346 Add cheat to fix station ratings at 100%.
SL_MAX_VERSION, ///< Highest possible saveload version
};