(a second attempt at 2006-05-27T03:04:40Z!patrick_x99@hotmail.com)
This commit is contained in:
parent
baadf8831e
commit
3e4590402b
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,8 @@ LEVEL_RESULT play_game(display& disp, game_state& state, const config& game_conf
|
|||
if((**side)["controller"] == "network" &&
|
||||
(**side)["description"] == preferences::login()) {
|
||||
(**side)["controller"] = preferences::client_type();
|
||||
} else if((**side)["controller"] != "null") {
|
||||
(**side)["controller"] = "network";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue