mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
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:
parent
ed7f3739a9
commit
348ce612f8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user