aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer_screen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-23 18:10:34 -0400
committerPaul Gilbert2016-07-23 18:10:34 -0400
commitd690ca322c04ee2044b7502369c5cc104a0c7b76 (patch)
tree62e2dbf89fa413b3cba6aca5c76a5dd0c7b033f0 /engines/titanic/game/computer_screen.cpp
parentd979dcd020d65aa0019d7a53c1dcd8b4f4a0f909 (diff)
downloadscummvm-rg350-d690ca322c04ee2044b7502369c5cc104a0c7b76.tar.gz
scummvm-rg350-d690ca322c04ee2044b7502369c5cc104a0c7b76.tar.bz2
scummvm-rg350-d690ca322c04ee2044b7502369c5cc104a0c7b76.zip
TITANIC: Cleanup of CTimeEventInfo class
Diffstat (limited to 'engines/titanic/game/computer_screen.cpp')
-rw-r--r--engines/titanic/game/computer_screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/computer_screen.cpp b/engines/titanic/game/computer_screen.cpp
index b73beda8a7..fd56737b01 100644
--- a/engines/titanic/game/computer_screen.cpp
+++ b/engines/titanic/game/computer_screen.cpp
@@ -73,7 +73,7 @@ bool CComputerScreen::EnterViewMsg(CEnterViewMsg *msg) {
bool CComputerScreen::TimerMsg(CTimerMsg *msg) {
int handle;
- switch (msg->_val3) {
+ switch (msg->_actionVal) {
case 0:
loadSound("a#32.wav");
loadSound("a#31.wav");