It seems to me, on line 97 of rwy_nonprec.cxx, the current line:

double length = rwy_info.length / 2.0 + 2.0;

should be:

// we also check for the displaced threshold, which may make the runway too 
short (old KVUO bug).
double length = ((rwy_info.length - (rwy_info.disp_thresh1 + 
rwy_info.disp_thresh2)) / 2.0) + 2.0;

Please let me know if I am wrong, I am not all that great with C++. For 
instance, it looks to me as if this just prints an error message, but if this 
is tripped the function should "break" and print basic markings instead.

Yours
John Holden

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to