]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Renamed to hud_gaug.cxx
[flightgear.git] / src / Main / main.cxx
index 8ce5fa6bcbb714918b4a74acb3149169d6519dc0..d120c8f58d5d7ecf63f478416aa63d1d6a1aeffe 100644 (file)
@@ -60,6 +60,7 @@
 // #  include <GL/glext.h>
 // #endif
 
+#include <plib/netChat.h>
 #include <plib/pu.h>
 #include <plib/ssg.h>
 
@@ -1517,7 +1518,10 @@ int mainLoop( int argc, char **argv ) {
                "GLUT event handler initialization failed ..." );
        exit(-1);
     }
+
+    // Initialize plib net interface
+    netInit( &argc, argv );
+
     // Initialize ssg (from plib).  Needs to come before we do any
     // other ssg stuff, but after opengl/glut has been initialized.
     ssgInit();