Fixed a stray line that caused a build error.
This commit is contained in:
parent
e0b1fc7415
commit
12fc1ac15b
1 changed files with 0 additions and 1 deletions
|
@ -553,7 +553,6 @@ static void write_player(config_writer &out, const player_info& player)
|
|||
config new_cfg;
|
||||
i->write(new_cfg);
|
||||
out.write_child("unit",new_cfg);
|
||||
cfg.add_child("unit",new_cfg);
|
||||
DBG_NG << "added unit '" << new_cfg["description"] << "' to player '" << player.name << "'\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue