parent
d6dddd68d2
commit
7db2b7c31e
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@ void mp_join_game::network_handler(window& window)
|
|||
if(data["failed"].to_bool()) {
|
||||
window.set_retval(window::CANCEL);
|
||||
} else if(data.child("start_game")) {
|
||||
level_["started"] = true;
|
||||
window.set_retval(window::OK);
|
||||
} else if(data.child("leave_game")) {
|
||||
window.set_retval(window::CANCEL);
|
||||
|
|
Loading…
Add table
Reference in a new issue