> Right now our wheels are stored in an array. Is there anywhere that > defines which position corresponds to which wheel ... something along > the lines of: > > wheel[0] == nose > wheel[1] == left > wheel[2] == right >
from JSBSIm.cxx:
FCS->SetLBrake( globals->get_controls()->get_brake( 0 ) ); //left
FCS->SetRBrake( globals->get_controls()->get_brake( 1 ) ); //right
FCS->SetCBrake( globals->get_controls()->get_brake( 2 ) ); // center
smime.p7s
Description: application/pkcs7-signature
