From 530bc2bf91b2471f75bde3c4ef2cfe0fc6dbb059 Mon Sep 17 00:00:00 2001 From: KUDr Date: Fri, 19 May 2006 19:36:17 +0000 Subject: (svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found by Celestar) --- station_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station_cmd.c') diff --git a/station_cmd.c b/station_cmd.c index c8356d3aa..636bbe1e9 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -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), -- cgit v1.2.3-54-g00ecf