Skip to content

Commit

Permalink
Use pause_fps_max also on multiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker authored and sapier committed Aug 22, 2014
1 parent b19dd92 commit 55c646c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/game.cpp
Expand Up @@ -1060,9 +1060,7 @@ static void show_pause_menu(GUIFormSpecMenu** cur_formspec,

create_formspec_menu(cur_formspec, invmgr, gamedef, tsrc, device, fs_src, txt_dst);

if (singleplayermode) {
(*cur_formspec)->doPause = true;
}
(*cur_formspec)->doPause = true;
}

/******************************************************************************/
Expand Down

0 comments on commit 55c646c

Please sign in to comment.