Merge branch 'master' into jgrpp
# Conflicts: # src/vehicle_cmd.cpp
This commit is contained in:
@@ -438,7 +438,7 @@ static const SaveLoad _base_station_desc[] = {
|
||||
static OldPersistentStorage _old_st_persistent_storage;
|
||||
|
||||
static const SaveLoad _station_desc[] = {
|
||||
SLE_WRITEBYTE(Station, facilities, FACIL_NONE),
|
||||
SLE_WRITEBYTE(Station, facilities),
|
||||
SLE_ST_INCLUDE(),
|
||||
|
||||
SLE_VAR(Station, train_station.tile, SLE_UINT32),
|
||||
@@ -475,7 +475,7 @@ static const SaveLoad _station_desc[] = {
|
||||
};
|
||||
|
||||
static const SaveLoad _waypoint_desc[] = {
|
||||
SLE_WRITEBYTE(Waypoint, facilities, FACIL_WAYPOINT),
|
||||
SLE_WRITEBYTE(Waypoint, facilities),
|
||||
SLE_ST_INCLUDE(),
|
||||
|
||||
SLE_VAR(Waypoint, town_cn, SLE_UINT16),
|
||||
|
Reference in New Issue
Block a user