Skip to content

Commit ef88964

Browse files
author
Scott Vincent
committed
Add fbw A380
1 parent 79b9864 commit ef88964

File tree

1 file changed

+1
-1
lines changed
  • instrument-panel/instruments

1 file changed

+1
-1
lines changed

instrument-panel/instruments/asi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ void asi::updateKnobs()
243243
int val = globals.hardwareKnobs->read(calKnob);
244244

245245
if (val != INT_MIN) {
246-
if (loadedAircraft == FBW_A320) {
246+
if (loadedAircraft == FBW) {
247247
// Use knob for interior lighting instead
248248
double adjust = val - prevVal;
249249
if (adjust != 0) {

0 commit comments

Comments
 (0)