From: <sv...@ww...> - 2004-08-08 20:04:28
|
Author: mkrose Date: 2004-08-08 13:04:22 -0700 (Sun, 08 Aug 2004) New Revision: 1212 Modified: trunk/CSP/CSPSim/Source/Systems/AircraftInputSystem.cpp Log: Oops, forgot to check in a file. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1212 Modified: trunk/CSP/CSPSim/Source/Systems/AircraftInputSystem.cpp =================================================================== --- trunk/CSP/CSPSim/Source/Systems/AircraftInputSystem.cpp 2004-08-08 18:45:01 UTC (rev 1211) +++ trunk/CSP/CSPSim/Source/Systems/AircraftInputSystem.cpp 2004-08-08 20:04:22 UTC (rev 1212) @@ -31,7 +31,7 @@ DEFINE_INPUT_INTERFACE(AircraftInputSystem); AircraftInputSystem::AircraftInputSystem(): - m_ThrottleInput(0.2) + m_ThrottleInput(0.2 /*rate*/, 1.0 /*decay*/, 0.0 /*min*/, 1.0 /*max*/) { } |