mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 21:33:51 +00:00
(svn r6437) -Fix: reset the location of the last sound as that location can be outside the map when you are loading another (smaller) map. Thanks to MeusH for noticing.
This commit is contained in:
parent
8c33c92237
commit
eb543de4cd
@ -1903,6 +1903,7 @@ void InitializeIndustries(void)
|
||||
|
||||
_total_industries = 0;
|
||||
_industry_sort_dirty = true;
|
||||
_industry_sound_tile = 0;
|
||||
}
|
||||
|
||||
const TileTypeProcs _tile_type_industry_procs = {
|
||||
|
Loading…
Reference in New Issue
Block a user