(svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found by Celestar)
This commit is contained in:
@@ -2871,7 +2871,7 @@ const TileTypeProcs _tile_type_station_procs = {
|
||||
|
||||
static const SaveLoad _roadstop_desc[] = {
|
||||
SLE_VAR(RoadStop,xy, SLE_UINT32),
|
||||
SLE_VAR(RoadStop,used, SLE_UINT8),
|
||||
SLE_VAR(RoadStop,used, SLE_BOOL),
|
||||
SLE_VAR(RoadStop,status, SLE_UINT8),
|
||||
/* Index was saved in some versions, but this is not needed */
|
||||
SLE_CONDNULL(4, 0, 8),
|
||||
|
||||
Reference in New Issue
Block a user