From eb543de4cdf4b67346be88dc53faef512674b177 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 10 Sep 2006 08:28:32 +0000 Subject: [PATCH] (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. --- industry_cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/industry_cmd.c b/industry_cmd.c index 60734db1be..4b330a03d5 100644 --- a/industry_cmd.c +++ b/industry_cmd.c @@ -1903,6 +1903,7 @@ void InitializeIndustries(void) _total_industries = 0; _industry_sort_dirty = true; + _industry_sound_tile = 0; } const TileTypeProcs _tile_type_industry_procs = {