1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-26 06:20:32 +02:00

Set the window caption for the initial window too

This commit is contained in:
Giuseppe Bilotta 2011-06-09 22:31:40 +02:00
parent 8fa94c3547
commit 52df1b598c

View File

@ -1351,6 +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]");
// Create time getter
g_timegetter = new IrrlichtTimeGetter(device);