... | ... |
@@ -167,13 +167,13 @@ state when back to normal view |
167 | 167 |
7 : func { |
168 | 168 |
if (getprop(pressed_button[10])) addSelectedEngine(2); |
169 | 169 |
elsif (getprop(pressed_button[11])) removeSelectedEngine(2); |
170 |
- else controls.adjMixture(1); |
|
170 |
+ else controls.adjMixture(-1); |
|
171 | 171 |
}, |
172 | 172 |
|
173 | 173 |
8 : func { |
174 | 174 |
if (getprop(pressed_button[10])) addSelectedEngine(3); |
175 | 175 |
elsif (getprop(pressed_button[11])) removeSelectedEngine(3); |
176 |
- else controls.adjMixture(-1); |
|
176 |
+ else controls.adjMixture(1); |
|
177 | 177 |
}, |
178 | 178 |
|
179 | 179 |
9 : func { |