On Donnerstag, 4. M�rz 2004 11:54, Melchior FRANZ wrote:
> * Mathias Fr�hlich -- Thursday 04 March 2004 11:30:
> > Attached is small diff to incorporate the joystick into the global
> > configuration and the joystick configuration itself.
>
> I doubt that this code will work (line 273):
>
> if (twlock) {
> rection Hat -->} else {
> gui.popupTip("Tail Wheel LOCKED");
> }
You are totaly right. Thanks.
Fix attached.
Eric, could you cvs once more?
Greetings
Mathias
--
Mathias Fr�hlich, email: [EMAIL PROTECTED]
--- Top-Gun-Afterburner.xml.orig 2004-03-03 23:36:32.000000000 +0100
+++ Top-Gun-Afterburner.xml 2004-03-04 12:07:59.000000000 +0100
@@ -270,7 +270,8 @@
twlock = !getprop("/controls/gear/tailwheel-lock");
setprop("/controls/gear/tailwheel-lock", twlock);
if (twlock) {
- rection Hat -->} else {
+ gui.popupTip("Tail Wheel UNLOCKED");
+ } else {
gui.popupTip("Tail Wheel LOCKED");
}
} elsif (mod == 2) {
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel