aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/television.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/television.cpp')
-rw-r--r--engines/titanic/game/television.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/titanic/game/television.cpp b/engines/titanic/game/television.cpp
index 339c1d9507..081112e9e3 100644
--- a/engines/titanic/game/television.cpp
+++ b/engines/titanic/game/television.cpp
@@ -173,7 +173,6 @@ bool CTelevision::PETDownMsg(CPETDownMsg *msg) {
if (--_channelNum < 1)
_channelNum += _channelsCount;
- _channelNum = (_channelNum % _channelsCount) - 1;
stopMovie();
playMovie(START_FRAMES[_channelNum], END_FRAMES[_channelNum], MOVIE_NOTIFY_OBJECT);
}