summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c2
1 files changed, 1 insertions, 1 deletions
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),