mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Merged minetest-delta a624fe549bc75855a170
This commit is contained in:
commit
308d861327
8 changed files with 22 additions and 3 deletions
|
@ -1060,6 +1060,7 @@ int main(int argc, char *argv[])
|
|||
std::locale::global(std::locale("C"));
|
||||
// This enables printing all characters in bitmap font
|
||||
setlocale(LC_CTYPE, "en_US");
|
||||
|
||||
/*
|
||||
Parse command line
|
||||
*/
|
||||
|
@ -1350,9 +1351,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
// Set device in game parameters
|
||||
device = device;
|
||||
|
||||
// Set the window caption
|
||||
device->setWindowCaption(L"Minetest [Main Menu]");
|
||||
|
||||
// Set the window caption
|
||||
device->setWindowCaption(L"Minetest [Main Menu]");
|
||||
|
||||
// Create time getter
|
||||
g_timegetter = new IrrlichtTimeGetter(device);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue