1
0
Fork 0

Another fix from Maik

This commit is contained in:
andy 2006-09-14 21:05:34 +00:00
parent 77ecc04676
commit 7c445ccb73

View file

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