Skip to content

Commit

Permalink
make use of playsingle_controller optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 15, 2014
1 parent a9fd13f commit 0b754ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/playcampaign.cpp
Expand Up @@ -358,8 +358,10 @@ LEVEL_RESULT play_game(game_display& disp, saved_game& gamestate,

switch (io_type){
case IO_NONE:
#if !defined(ALWAYS_USE_MP_CONTROLLER)
res = playsingle_scenario(game_config, disp, gamestate, story, skip_replay, end_level);
break;
#endif
case IO_SERVER:
case IO_CLIENT:
res = playmp_scenario(game_config, disp, gamestate, story, skip_replay, blindfold_replay, io_type, end_level);
Expand Down

0 comments on commit 0b754ce

Please sign in to comment.