aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene03.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene03.cpp')
-rw-r--r--engines/fullpipe/scenes/scene03.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene03.cpp b/engines/fullpipe/scenes/scene03.cpp
index 9c2d5e75cc..25b48dea3c 100644
--- a/engines/fullpipe/scenes/scene03.cpp
+++ b/engines/fullpipe/scenes/scene03.cpp
@@ -292,7 +292,7 @@ int sceneHandler03(ExCommand *ex) {
if (g_vars->scene03_domino->_flags & 4)
if (g_fp->_aniMan->isIdle())
if (!(g_fp->_aniMan->_flags & 0x100) && g_fp->_msgObjectId2 != g_vars->scene03_domino->_id) {
- handleObjectInteraction(g_fp->_aniMan, g_vars->scene03_domino, ex->_keyCode);
+ handleObjectInteraction(g_fp->_aniMan, g_vars->scene03_domino, ex->_param);
ex->_messageKind = 0;
return 0;