]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.cxx
Don't scale elevator by 0.5.
[flightgear.git] / src / GUI / new_gui.cxx
index d5b86c2fc19afeb9a6fabda232c7dec07c020686..f6e087ca91a1ad602d9ee7c8ac60cc103561a9db 100644 (file)
@@ -5,12 +5,15 @@
 #include <plib/pu.h>
 #include <plib/ul.h>
 
-#include <simgear/misc/exception.hxx>
+#include <simgear/compiler.h>
+#include <simgear/structure/exception.hxx>
+
 #include <Main/fg_props.hxx>
 
 #include "menubar.hxx"
 #include "dialog.hxx"
 
+SG_USING_STD(map);
 
 \f
 ////////////////////////////////////////////////////////////////////////
@@ -37,9 +40,7 @@ NewGUI::init ()
     ulMakePath(path1, globals->get_fg_root().c_str(), "gui");
     ulMakePath(path2, path1, "dialogs");
     readDir(path2);
-#if !defined(FG_OLD_MENUBAR)
     _menubar->init();
-#endif
 }
 
 void