Applying patch #1392 (Debug mode deactivation in multiplayer mode)
This commit is contained in:
parent
9249f415cd
commit
1281a02262
1 changed files with 1 additions and 0 deletions
|
@ -2068,6 +2068,7 @@ static int do_gameloop(int argc, char** argv)
|
|||
continue;
|
||||
}
|
||||
} else if(res == gui::MULTIPLAYER) {
|
||||
game_config::debug = false;
|
||||
if(game.play_multiplayer() == false) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue