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

dreammaster dreammaster at scummvm.org
Sun Jan 22 01:21:42 CET 2017


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:
ddc08c8fa2 TITANIC: Fix the throwing TV cutscene


Commit: ddc08c8fa25245445910c386cdb2bca38314a756
    https://github.com/scummvm/scummvm/commit/ddc08c8fa25245445910c386cdb2bca38314a756
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-21T19:21:35-05:00

Commit Message:
TITANIC: Fix the throwing TV cutscene

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


diff --git a/engines/titanic/game/throw_tv_down_well.cpp b/engines/titanic/game/throw_tv_down_well.cpp
index 9de028c..be61f6e 100644
--- a/engines/titanic/game/throw_tv_down_well.cpp
+++ b/engines/titanic/game/throw_tv_down_well.cpp
@@ -48,9 +48,9 @@ void CThrowTVDownWell::load(SimpleFile *file) {
 
 bool CThrowTVDownWell::ActMsg(CActMsg *msg) {
 	if (msg->_action == "ThrowTVDownWell" && !_flag) {
-		CString viewName = getFullViewName();
+		_viewName = getFullViewName();
 		lockMouse();
-		addTimer(1, 8000, 0);
+		addTimer(1, 4000, 0);
 
 		CActMsg actMsg("ThrownTVDownWell");
 		actMsg.execute("BOWTelevisionMonitor");





More information about the Scummvm-git-logs mailing list