Skip to content

Commit

Permalink
Move buttons upwards to accommodate for new configure keys button in the
Browse files Browse the repository at this point in the history
pause menu
  • Loading branch information
Zeno- authored and RealBadAngel committed Oct 18, 2014
1 parent 0066bd7 commit fe8ef1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game.cpp
Expand Up @@ -1036,7 +1036,8 @@ static void show_pause_menu(GUIFormSpecMenu** cur_formspec,
"- T: chat\n"
));
#endif
float ypos = singleplayermode ? 1.0 : 0.5;

float ypos = singleplayermode ? 0.5 : 0.1;
std::ostringstream os;

os << FORMSPEC_VERSION_STRING << SIZE_TAG
Expand Down

0 comments on commit fe8ef1b

Please sign in to comment.