Clear PAX stations/signals and traffic lights on load.

This clears the tracerestrict bit if there are no mappings on a tile.
This commit is contained in:
Jonathan G Rennison
2015-08-19 18:55:02 +01:00
parent ba8d8d99b8
commit 96ccd9333a
5 changed files with 37 additions and 3 deletions

View File

@@ -161,6 +161,7 @@ void SlXvCheckSpecialSavegameVersions()
_sl_xv_feature_versions[XSLFI_RIFF_HEADER_60_BIT] = 1;
_sl_xv_feature_versions[XSLFI_HEIGHT_8_BIT] = 1;
_sl_xv_feature_versions[XSLFI_MIGHT_USE_PAX_SIGNALS] = 1;
_sl_xv_feature_versions[XSLFI_TRAFFIC_LIGHTS] = 1;
_sl_xv_feature_versions[XSLFI_TIMETABLES_START_TICKS] = 1;
_sl_xv_feature_versions[XSLFI_VEHICLE_REPAIR_COST] = 1;