From fc65fd8474b63c50c3780416f3544e0dd570ac57 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 17 Dec 2016 15:24:23 -0500 Subject: TITANIC: Fix hood animation in the elevators --- engines/titanic/core/turn_on_turn_off.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/titanic/core/turn_on_turn_off.cpp b/engines/titanic/core/turn_on_turn_off.cpp index 191f7050c9..a6051c7c6f 100644 --- a/engines/titanic/core/turn_on_turn_off.cpp +++ b/engines/titanic/core/turn_on_turn_off.cpp @@ -68,7 +68,7 @@ bool CTurnOnTurnOff::TurnOn(CTurnOn *msg) { } bool CTurnOnTurnOff::TurnOff(CTurnOff *msg) { - if (!_isOn) { + if (_isOn) { if (_isBlocking) playMovie(_startFrameOff, _endFrameOff, MOVIE_GAMESTATE); else -- cgit v1.2.3