Removed unnecessary settiing of canrecruit in "side" for multiplayer games.

Since the leader unit definition has been removed from the tope level
of "side", this is no longer needed.
This commit is contained in:
Bruno Wolff III 2006-06-10 20:38:20 +00:00
parent fc0b13b030
commit cdfc4dbd56

View file

@ -571,8 +571,6 @@ bool game_controller::play_multiplayer_mode()
snprintf(buf,sizeof(buf),"%d",side_num);
(*itors.first)->values["side"] = buf;
(*itors.first)->values["canrecruit"] = "1";
for(string_map::const_iterator i = side->values.begin(); i != side->values.end(); ++i) {
(*itors.first)->values[i->first] = i->second;
}