fixed local mp games
This commit is contained in:
parent
0cc3c81259
commit
e30e7bcc9d
1 changed files with 3 additions and 1 deletions
|
@ -248,7 +248,9 @@ LEVEL_RESULT campaign_controller::playmp_scenario(end_level_data &end_level)
|
|||
playcontroller.maybe_linger();
|
||||
}
|
||||
playcontroller.update_savegame_snapshot();
|
||||
mp_info_->connected_players = playcontroller.all_players();
|
||||
if(mp_info_) {
|
||||
mp_info_->connected_players = playcontroller.all_players();
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue