1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix win32/msvc i18n (quite UGLY version, blame Microsoft)

This commit is contained in:
sapier 2013-11-03 17:28:16 +01:00
parent 0f9440fa61
commit 22a59b3912
17 changed files with 315 additions and 111 deletions

View file

@ -101,7 +101,6 @@ void GUIVolumeChange::regenerateGui(v2u32 screensize)
/*
Add stuff
*/
changeCtype("");
{
core::rect<s32> rect(0, 0, 120, 20);
rect = rect + v2s32(size.X/2-60, size.Y/2-35);
@ -132,7 +131,6 @@ void GUIVolumeChange::regenerateGui(v2u32 screensize)
e->setMax(100);
e->setPos(volume);
}
changeCtype("");
}
void GUIVolumeChange::drawMenu()