1
0
Fork 0

Get rid of a stray character that must have introduced itself with my random

keyboard fumbling.
This commit is contained in:
curt 2004-11-16 19:48:42 +00:00
parent 3142457537
commit d66c4c1d82

View file

@ -537,7 +537,7 @@ bool FGATCInput::do_analog_in() {
if ( value > max ) { value = max; }
}
prop = child->getChild( "compass-heading" );
prop = child->getChild( "compass-heading" );
if ( prop != NULL ) {
bool compass = prop->getBoolValue();
if ( compass ) {