]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Constant-speed props were seeking to engine speed, not prop speed.
[flightgear.git] / src / Main / fg_init.hxx
index 56325fca1b4e2edce1345ba336b9955d26ab9944..a6cb5e99adac4073717794970874aa01049a37fe 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis Olson, started August 1997.
 //
-// Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+// Copyright (C) 1997  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -90,6 +90,10 @@ bool fgInitPosition();
 // returns a new instance of the SGTime class
 SGTime *fgInitTime();
 
+// set up a time offset (aka warp) if one is specified
+void fgInitTimeOffset();
+
+
 #endif // _FG_INIT_HXX