diff options
Diffstat (limited to 'src/station_base.h')
-rw-r--r-- | src/station_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_base.h b/src/station_base.h index 266f45d19..446f09c87 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -110,7 +110,7 @@ public: ViewportSign sign; - uint16 had_vehicle_of_type; + byte had_vehicle_of_type; byte time_since_load; byte time_since_unload; |