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 bcd3e1af2f
commit 3fb5b7a3bd
1 changed files with 3 additions and 0 deletions

View File

@ -1350,6 +1350,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);