Fix that tod's sound attributes was not saved.

This commit is contained in:
fendrin 2013-05-19 00:46:03 +02:00
parent 44c18d0266
commit a1a62c2c9c

View File

@ -57,6 +57,7 @@ void time_of_day::write(config& cfg) const
cfg["name"] = name;
cfg["id"] = id;
cfg["mask"] = image_mask;
cfg["sound"] = sounds;
}
void time_of_day::parse_times(const config& cfg, std::vector<time_of_day>& normal_times)