mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 12:05:53 +00:00
TITANIC: Fix toggling fan speed from very fast down to slow
This commit is contained in:
parent
4263b29d0a
commit
5eff8ab961
@ -107,7 +107,7 @@ bool CFanControl::StatusChangeMsg(CStatusChangeMsg *msg) {
|
||||
case 2:
|
||||
// Fan Speed button
|
||||
if (_fanOn) {
|
||||
_state = (_state + 1) % 4;
|
||||
_state = (_state + 1) % 3;
|
||||
switch (_state) {
|
||||
case 0:
|
||||
playMovie(18, 24, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user