1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 09:52:44 +01:00

(svn r24905) -Feature(ish): Implement station randomisation triggers.

This commit is contained in:
peter1138
2013-01-11 07:39:25 +00:00
parent 4ebbfc3de4
commit c00a400cc7
12 changed files with 127 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ void AfterLoadStations()
for (const RoadStop *rs = sta->truck_stops; rs != NULL; rs = rs->next) sta->truck_station.Add(rs->xy);
}
StationUpdateAnimTriggers(st);
StationUpdateCachedTriggers(st);
}
}