aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/computer.cpp')
-rw-r--r--engines/titanic/game/computer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/computer.cpp b/engines/titanic/game/computer.cpp
index 3077b46178..9aa5db252c 100644
--- a/engines/titanic/game/computer.cpp
+++ b/engines/titanic/game/computer.cpp
@@ -54,7 +54,7 @@ bool CComputer::ActMsg(CActMsg *msg) {
else if (msg->_action == "CD2")
playMovie(50, 79, 0);
else if (msg->_action == "STCD")
- playMovie(80, 90, 4);
+ playMovie(80, 90, MOVIE_NOTIFY_OBJECT);
_currentCD = msg->_action;
_state = 0;