Disabled sync in recruit.
This commit is contained in:
parent
639f097071
commit
c20c094388
1 changed files with 3 additions and 3 deletions
|
@ -179,9 +179,9 @@ std::string recruit_unit(const gamemap& map, int side,
|
||||||
rc << "\n";
|
rc << "\n";
|
||||||
|
|
||||||
::write(std::cerr, cfg_unit);
|
::write(std::cerr, cfg_unit);
|
||||||
//// FIXME: this was not playtested, so I will disable it
|
// FIXME: this was not playtested, so I will disable it
|
||||||
//// for release.
|
// for release.
|
||||||
if (!game_config::ignore_replay_errors) throw replay::error();
|
//if (!game_config::ignore_replay_errors) throw replay::error();
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue