summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-12-25 17:46:48 +0100
committererihel <erihel@gmail.com>2012-12-25 17:46:48 +0100
commit1fa5f7a96fb4a1700847ebcf0b07a557da630b10 (patch)
treef448e87eeb5623c4c1127dae35c7daa80ea84a82 /src/object/robotmain.cpp
parent6d607e3ae8d60d2d5f11f053511a305db415205e (diff)
downloadcolobot-1fa5f7a96fb4a1700847ebcf0b07a557da630b10.tar.gz
colobot-1fa5f7a96fb4a1700847ebcf0b07a557da630b10.tar.bz2
colobot-1fa5f7a96fb4a1700847ebcf0b07a557da630b10.zip
* Changed log level in sound module
* Fixed warnings in sound module * Fixed problem with map loading when locale with different number separator
Diffstat (limited to 'src/object/robotmain.cpp')
-rw-r--r--src/object/robotmain.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 1da4587..d5805d0 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -3793,6 +3793,8 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)
int rankObj = 0;
int rankGadget = 0;
CObject* sel = 0;
+ char *locale = setlocale(LC_NUMERIC, nullptr);
+ setlocale(LC_NUMERIC, "C");
while (fgets(line, 500, file) != NULL)
{
@@ -4526,6 +4528,8 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)
}
m_dialog->SetSceneRead("");
m_dialog->SetStackRead("");
+
+ setlocale(LC_NUMERIC, locale);
}
//! Creates an object of decoration mobile or stationary