]> git.mxchange.org Git - flightgear.git/blobdiff - Main/fg_init.cxx
Beginning work on compensating for sim time vs. real world time "jitter".
[flightgear.git] / Main / fg_init.cxx
index d6cf46f130d04b460a5c6e42cf1b3f79284511f9..58ebc1a57ab7effc74115697171926435ddb57f7 100644 (file)
@@ -122,7 +122,7 @@ int fgInitPosition( void ) {
 // General house keeping initializations
 int fgInitGeneral( void ) {
     string root;
-    int i;
+    // int i;
 
     FG_LOG( FG_GENERAL, FG_INFO, "General Initialization" );
     FG_LOG( FG_GENERAL, FG_INFO, "======= ==============" );
@@ -379,6 +379,9 @@ int fgInitSubsystems( void )
 
 
 // $Log$
+// Revision 1.61  1999/01/08 03:23:57  curt
+// Beginning work on compensating for sim time vs. real world time "jitter".
+//
 // Revision 1.60  1999/01/07 20:25:09  curt
 // Updated struct fgGENERAL to class FGGeneral.
 //