]> git.mxchange.org Git - flightgear.git/commit
Patch from Melchior Franz:
authordavid <david>
Sat, 30 Mar 2002 12:49:17 +0000 (12:49 +0000)
committerdavid <david>
Sat, 30 Mar 2002 12:49:17 +0000 (12:49 +0000)
commit57bccb1827b98b2a13aceb160d9465c92e36dbb1
tree4e052a126fad6f0c4054414cd4097ce8f382adc5
parentdf74260252056f44b0a34d62ce3a903b948e26b1
Patch from Melchior Franz:

radiostack.cxx:703 says
      bool light_on = ( outer_blink || middle_blink || inner_blink );
but none of the flags has ever been initialized when this line is first
executed.
src/Cockpit/radiostack.cxx