]> git.mxchange.org Git - flightgear.git/commitdiff
Another fix from Maik
authorandy <andy>
Thu, 14 Sep 2006 21:05:34 +0000 (21:05 +0000)
committerandy <andy>
Thu, 14 Sep 2006 21:05:34 +0000 (21:05 +0000)
src/FDM/YASim/Rotor.cpp

index e4a8b2970c1a40a46cb230f5b0cdc6fdc6dd9a90..e2611df90ec7f1e79b642089795f0385a5e8f348 100644 (file)
@@ -1409,7 +1409,7 @@ int Rotorgear::getValueforFGSet(int j,char *text,float *f)
 {
     if (j==0)
     {
-        sprintf(text,"/rotors/gear/total_torque");
+        sprintf(text,"/rotors/gear/total-torque");
         *f=_total_torque_on_engine;
     } else return 0;
     return j+1;