(svn r14598) -Feature: Action0Industries property 24 (industry suuplies default name for nearby station).

This commit is contained in:
rubidium
2008-11-19 23:55:34 +00:00
parent e80a222d31
commit a1853ea27c
6 changed files with 84 additions and 3 deletions

View File

@@ -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;