diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-20 18:29:48 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-20 18:29:48 +0200 |
commit | 33e80dae7f48eac99d5c692d7429e37b11666c96 (patch) | |
tree | d6a738abe0adca833b6342bc58731dbe0037cad4 /src/main.cpp | |
parent | e5dc58e7103d46298bbca66b0a6a7d9d61146e7e (diff) | |
parent | 4f53619a15cd5a1cd18e8e3eb7c5eb21608b460e (diff) | |
download | minetest-33e80dae7f48eac99d5c692d7429e37b11666c96.tar.gz minetest-33e80dae7f48eac99d5c692d7429e37b11666c96.tar.bz2 minetest-33e80dae7f48eac99d5c692d7429e37b11666c96.zip |
Merge branch 'master' of github.com:erlehmann/minetest-delta
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1cc479d65..7d0ea12ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);
|