Use pause_fps_max also on multiplayer

master
SmallJoker 2014-07-14 18:48:36 +02:00 committed by sapier
parent b19dd922ec
commit 55c646c5c2
1 changed files with 1 additions and 3 deletions

View File

@ -1060,10 +1060,8 @@ 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;
}
}
/******************************************************************************/
void the_game(bool &kill, bool random_input, InputHandler *input,