diff options
Diffstat (limited to 'src/station.cpp')
-rw-r--r-- | src/station.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station.cpp b/src/station.cpp index 1c3570d52..371a8fc43 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -51,6 +51,7 @@ Station::Station(TileIndex tile) facilities = 0; last_vehicle_type = VEH_INVALID; + indtype = IT_INVALID; random_bits = 0; // Random() must be called when station is really built (DC_EXEC) waiting_triggers = 0; |