fixed compile error on g++ 2.9
This commit is contained in:
parent
33bc6567c1
commit
8455f4ad3d
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ void play_multiplayer(display& disp, game_data& units_data, config cfg,
|
|||
//make all sides untaken
|
||||
for(config::child_itors i = level_ptr->child_range("side");
|
||||
i.first != i.second; ++i.first) {
|
||||
(**i.first)["taken"].clear();
|
||||
(**i.first)["taken"] = "";
|
||||
}
|
||||
|
||||
recorder = replay(state.replay_data);
|
||||
|
|
Loading…
Add table
Reference in a new issue