Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 24, 2014
1 parent 97c1178 commit d3392cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/play_controller.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit d3392cd

Please sign in to comment.