Skip to content

Commit

Permalink
attempt to fix replays of mp games not beeing loaded correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Feb 22, 2016
1 parent 499cadc commit cc5dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_initialization/playcampaign.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit cc5dc5b

Please sign in to comment.