]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_props.cxx
Multiplayer client/server system -- Fix building MPS enabled binary
[flightgear.git] / src / Main / fg_props.cxx
index 770ca620ea91c281920b2277b6a4418bbdfada57..22b1d0901522ccbfcdcbd4257dc45231ffd8ae58 100644 (file)
@@ -24,7 +24,7 @@
 #  include <simgear/compiler.h>
 #endif
 
-#include <simgear/misc/exception.hxx>
+#include <simgear/structure/exception.hxx>
 #include <simgear/magvar/magvar.hxx>
 #include <simgear/timing/sg_time.hxx>
 #include <simgear/misc/sg_path.hxx>
@@ -46,7 +46,6 @@
 #include <GUI/gui.h>
 
 #include "globals.hxx"
-#include "fgfs.hxx"
 #include "fg_props.hxx"
 
 SG_USING_STD(istream);
@@ -334,7 +333,6 @@ setDateString (const char * date_string)
   double lat = current_aircraft.fdm_state->get_Latitude();
   globals->set_warp(warp);
   st->update(lon, lat, cur_time_override->getLongValue(), warp);
-  fgUpdateSkyAndLightingParams();
 }
 
 /**