mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 13:58:00 +00:00
add comment
This commit is contained in:
parent
97c1178e02
commit
d3392cdee5
@ -652,9 +652,8 @@ config play_controller::to_config() const
|
||||
sound::write_music_play_list(cfg);
|
||||
}
|
||||
|
||||
//TODO: move id_manager handling to play_controller
|
||||
cfg["next_underlying_unit_id"] = str_cast(n_unit::id_manager::instance().get_save_id());
|
||||
|
||||
//TODO: i am not sure whether the next line is needed.
|
||||
cfg.merge_attributes(saved_game_.classification().to_config());
|
||||
return cfg;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user