(svn r17589) -Codechange: rename town_acc to always_accepted

This commit is contained in:
smatz
2009-09-20 17:44:33 +00:00
parent 7f92151e41
commit c3a80f1518
9 changed files with 28 additions and 28 deletions

View File

@@ -326,7 +326,7 @@ static const SaveLoad _station_desc[] = {
SLE_VAR(Station, last_vehicle_type, SLE_UINT8),
SLE_VAR(Station, had_vehicle_of_type, SLE_UINT8),
SLE_LST(Station, loading_vehicles, REF_VEHICLE),
SLE_CONDVAR(Station, town_acc, SLE_UINT32, 127, SL_MAX_VERSION),
SLE_CONDVAR(Station, always_accepted, SLE_UINT32, 127, SL_MAX_VERSION),
SLE_END()
};