mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
some... stuff. dunno. 8-)
This commit is contained in:
parent
07a759fdb8
commit
822621f792
4 changed files with 28 additions and 16 deletions
|
@ -124,8 +124,11 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
|
|||
wchar_t text[200];
|
||||
swprintf(text, 200,
|
||||
L"Minetest-c55\n"
|
||||
L"by Perttu Ahola\n"
|
||||
L"celeron55@gmail.com\n\n"
|
||||
L"SER_FMT_VER_HIGHEST=%i\n"
|
||||
L"max_texture_size=\n(%i,%i)\n",
|
||||
L"max_texture_size=\n(%i,%i)\n"
|
||||
,
|
||||
(int)SER_FMT_VER_HIGHEST,
|
||||
max_texture_size.X,
|
||||
max_texture_size.Y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue