From 1d6d11192e9b9963ca0549f12eb861c7b687a807 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 15 Sep 2016 15:44:55 +0200 Subject: FULLPIPE: Fix navigation in scene28 --- engines/fullpipe/scenes/scene28.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/fullpipe/scenes/scene28.cpp b/engines/fullpipe/scenes/scene28.cpp index 391b79be88..e67bc41614 100644 --- a/engines/fullpipe/scenes/scene28.cpp +++ b/engines/fullpipe/scenes/scene28.cpp @@ -268,6 +268,7 @@ void sceneHandler28_clickLift(int keycode) { if (mq) { ExCommand *ex = new ExCommand(0, 17, MSG_SC28_CLICKLIFT, 0, 0, 0, 1, 0, 0, 0); ex->_excFlags |= 3; + ex->_param = keycode; mq->addExCommandToEnd(ex); -- cgit v1.2.3