Fix crash in Outdoor Details due to uninitialized data

This commit is contained in:
2016-08-25 21:38:59 -04:00
parent c2604b56a7
commit f261987428

View File

@@ -75,7 +75,7 @@ public:
std::vector<std::string> spec_strs;
bool special_spot[48][48];
bool roads[48][48];
eAmbientSound ambient_sound;
eAmbientSound ambient_sound = AMBIENT_NONE;
snd_num_t out_sound;
int bg_out, bg_fight, bg_town, bg_dungeon;
// Persistent data for saved games