Fix a stupid typo
This commit is contained in:
parent
2502487242
commit
7b5cc7fc21
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ void write_game(config_writer &out, const game_state& gamestate, WRITE_GAME_MODE
|
|||
out.write_key_val("campaign_type", gamestate.campaign_type);
|
||||
out.write_key_val("difficulty", gamestate.difficulty);
|
||||
out.write_key_val("campaign_define", gamestate.campaign_define);
|
||||
out.write_key_val("campaign_xtra_defines", utils::join(gamestate.campaign_xtra_defines));
|
||||
out.write_key_val("campaign_extra_defines", utils::join(gamestate.campaign_xtra_defines));
|
||||
out.write_child("variables", gamestate.get_variables());
|
||||
for(std::map<std::string, wml_menu_item *>::const_iterator j=gamestate.wml_menu_items.begin();
|
||||
j!=gamestate.wml_menu_items.end(); ++j) {
|
||||
|
|
Loading…
Add table
Reference in a new issue