# HG changeset patch # User rubidium # Date 1157876912 0 # Node ID 859ab734e211c432093aa4122d6b32780c2bf20b # Parent 0e814c8f5c641ee3f823a4cb9172fbfde143998e (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. diff -r 0e814c8f5c64 -r 859ab734e211 industry_cmd.c --- a/industry_cmd.c Sun Sep 10 04:59:27 2006 +0000 +++ b/industry_cmd.c Sun Sep 10 08:28:32 2006 +0000 @@ -1903,6 +1903,7 @@ _total_industries = 0; _industry_sort_dirty = true; + _industry_sound_tile = 0; } const TileTypeProcs _tile_type_industry_procs = {