From: James Turner Date: Tue, 13 Jul 2010 20:50:44 +0000 (+0100) Subject: Create TimeManager subsystem, and collect the time related code out of main.cxx and... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50eb95dcadaf39d892212f2c5c6fe2459b190719;p=flightgear.git Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it. Remove the unfortunately named 'tmp.[cxx|hxx]', pushing the remaining code in FGLight. --- diff --git a/projects/VC90/FlightGear/FlightGear.vcproj b/projects/VC90/FlightGear/FlightGear.vcproj index 9bf22509d..eacb7a081 100644 --- a/projects/VC90/FlightGear/FlightGear.vcproj +++ b/projects/VC90/FlightGear/FlightGear.vcproj @@ -4512,11 +4512,11 @@ > diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 1dd37d387..c277b6b73 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -37,7 +37,6 @@ #include #include #include