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
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);