attempt to fix replays of mp games not beeing loaded correctly.
https://gna.org/bugs/?24439
This commit is contained in:
parent
499cadc37b
commit
cc5dc5b382
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ LEVEL_RESULT campaign_controller::play_game()
|
|||
state_.expand_mp_options();
|
||||
|
||||
#if !defined(ALWAYS_USE_MP_CONTROLLER)
|
||||
if (game_type != game_classification::CAMPAIGN_TYPE::MULTIPLAYER) {
|
||||
if (game_type != game_classification::CAMPAIGN_TYPE::MULTIPLAYER || is_replay_) {
|
||||
res = playsingle_scenario(end_level);
|
||||
if(is_replay_) {
|
||||
return res;
|
||||
|
|
Loading…
Add table
Reference in a new issue