I am reverting 2006-06-10T20:38:20Z!bruno@wolff.to...

...because the reason justifying the change is incorrect.
Even though it didn't break things in testing, I haven't been able to figure
out if there might be a case where it caused a problem.
This commit is contained in:
Bruno Wolff III 2006-06-10 23:34:55 +00:00
parent ed7f3739a9
commit 348ce612f8

View File

@ -571,6 +571,9 @@ 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;
}