aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene06.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene06.cpp')
-rw-r--r--engines/fullpipe/scenes/scene06.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes/scene06.cpp b/engines/fullpipe/scenes/scene06.cpp
index 388c1d1b2c..4d1b263fd4 100644
--- a/engines/fullpipe/scenes/scene06.cpp
+++ b/engines/fullpipe/scenes/scene06.cpp
@@ -266,7 +266,7 @@ void sceneHandler06_showNextBall() {
MessageQueue *mq = new MessageQueue(g_fp->_currentScene->getMessageQueueById(QU_SC6_SHOWNEXTBALL), 0, 1);
- mq->setParamInt(-1, g_vars->scene06_currentBall->_okeyCode);
+ mq->setParamInt(-1, g_vars->scene06_currentBall->_odelay);
mq->chain(0);
++g_vars->scene06_numBallsGiven;
@@ -412,7 +412,7 @@ void sceneHandler06_fallBall() {
MessageQueue *mq = new MessageQueue(g_fp->_currentScene->getMessageQueueById(QU_SC6_FALLBALL), 0, 1);
- mq->setParamInt(-1, g_vars->scene06_flyingBall->_okeyCode);
+ mq->setParamInt(-1, g_vars->scene06_flyingBall->_odelay);
mq->chain(0);
g_vars->scene06_balls.push_back(g_vars->scene06_flyingBall);