[Scummvm-git-logs] scummvm master -> e8f8a67b57cdb6bf39e4781f836e15231c38a749

dreammaster dreammaster at scummvm.org
Thu Dec 1 03:05:03 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e8f8a67b57 TITANIC: Fix down channel remote button for television


Commit: e8f8a67b57cdb6bf39e4781f836e15231c38a749
    https://github.com/scummvm/scummvm/commit/e8f8a67b57cdb6bf39e4781f836e15231c38a749
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-30T21:04:57-05:00

Commit Message:
TITANIC: Fix down channel remote button for television

Changed paths:
    engines/titanic/game/television.cpp


diff --git a/engines/titanic/game/television.cpp b/engines/titanic/game/television.cpp
index 339c1d9..081112e 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);
 	}





More information about the Scummvm-git-logs mailing list