mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 15:35:25 +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);
|
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());
|
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());
|
cfg.merge_attributes(saved_game_.classification().to_config());
|
||||||
return cfg;
|
return cfg;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user