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 | aa6506ce9617d2a889f4937b525be15d8bdcb589 (patch) | |
tree | 4a2f1a38b17294c4d2f51ea569823bf44d4e69f8 /src | |
parent | 02695bebc632042dd684991665b93925b974d7d4 (diff) | |
download | minetest-aa6506ce9617d2a889f4937b525be15d8bdcb589.tar.gz minetest-aa6506ce9617d2a889f4937b525be15d8bdcb589.tar.bz2 minetest-aa6506ce9617d2a889f4937b525be15d8bdcb589.zip |
Restore "Leave address blank" position
Diffstat (limited to 'src')
-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); } { |