summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-21 20:55:08 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-21 20:55:08 +0300
commit308d8613276ef695d587e72773f0b96253cdb328 (patch)
treedfa275376e8e1e60d9f681c2668ae619fadf8876 /src/main.cpp
parent6505bae4147dbccb70acfeb894a217d0dcc3f048 (diff)
parent74ef5b8a42aacaeef4bffeef59a7fddb3e14c17c (diff)
downloadminetest-308d8613276ef695d587e72773f0b96253cdb328.tar.gz
minetest-308d8613276ef695d587e72773f0b96253cdb328.tar.bz2
minetest-308d8613276ef695d587e72773f0b96253cdb328.zip
Merged minetest-delta a624fe549bc75855a170
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b6a53566e..3edf79bd2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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);