Footsteps: Fix offset footstep and shallow water sound bugs
[oweals/minetest.git] / src / guiFileSelectMenu.cpp
index e02407427f51907ae9e88ce3a001f572578cf9a0..0bb02f8a6cee740d87ccaf09aa27e7a384406634 100644 (file)
@@ -36,6 +36,7 @@ GUIModalMenu(env, parent, id, menumgr)
 GUIFileSelectMenu::~GUIFileSelectMenu()
 {
        removeChildren();
+       setlocale(LC_NUMERIC, "C");
 }
 
 void GUIFileSelectMenu::removeChildren()