mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 22:03:52 +00:00
Fix that tod's sound attributes was not saved.
This commit is contained in:
parent
44c18d0266
commit
a1a62c2c9c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user