aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene36.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene36.cpp')
-rw-r--r--engines/fullpipe/scenes/scene36.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene36.cpp b/engines/fullpipe/scenes/scene36.cpp
index 44099faba0..c93fca2cac 100644
--- a/engines/fullpipe/scenes/scene36.cpp
+++ b/engines/fullpipe/scenes/scene36.cpp
@@ -64,7 +64,7 @@ int sceneHandler36(ExCommand *cmd) {
if (g_vars->scene36_scissors->_flags & 4)
if (g_fp->_aniMan->isIdle())
if (!(g_fp->_aniMan->_flags & 0x100) && g_fp->_msgObjectId2 != g_vars->scene36_scissors->_id ) {
- handleObjectInteraction(g_fp->_aniMan, g_vars->scene36_scissors, cmd->_keyCode);
+ handleObjectInteraction(g_fp->_aniMan, g_vars->scene36_scissors, cmd->_param);
cmd->_messageKind = 0;
}