diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-07-21 15:12:58 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-07-21 15:12:58 +0200 |
commit | 56a744599f842b2d61c1624f71c9d094e311197b (patch) | |
tree | bbb0f12c2d45f706da3151e68fc1115598130df0 | |
parent | 9fa4b72a4752795962b0d17c485de92fdbd029fc (diff) | |
download | minetest-56a744599f842b2d61c1624f71c9d094e311197b.tar.gz minetest-56a744599f842b2d61c1624f71c9d094e311197b.tar.bz2 minetest-56a744599f842b2d61c1624f71c9d094e311197b.zip |
Restore "Leave address blank" position
-rw-r--r-- | src/guiMainMenu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guiMainMenu.cpp b/src/guiMainMenu.cpp index f557f4dc0..707a96e3b 100644 --- a/src/guiMainMenu.cpp +++ b/src/guiMainMenu.cpp @@ -217,6 +217,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize) } { core::rect<s32> rect(0, 0, 400, 20); + rect += topleft_client + v2s32(160, 100+35); Environment->addStaticText(chartowchar_t(gettext("Leave address blank to start a local server.")), rect, false, true, this, -1); } { |