From f9ecd6518a93ede5f98510ce2cccd9ebf2a19902 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 12 Feb 2014 21:24:04 +0200 Subject: FULLPIPE: Implement sceneHandler09_updateScreenCallback() --- engines/fullpipe/scenes/scene09.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'engines/fullpipe') diff --git a/engines/fullpipe/scenes/scene09.cpp b/engines/fullpipe/scenes/scene09.cpp index ce7fecc409..34d976b836 100644 --- a/engines/fullpipe/scenes/scene09.cpp +++ b/engines/fullpipe/scenes/scene09.cpp @@ -211,9 +211,12 @@ void scene09_initScene(Scene *sc) { } int sceneHandler09_updateScreenCallback() { - warning("STUB: int sceneHandler09_updateScreenCallback()"); + int res = g_fp->drawArcadeOverlay(g_fp->_objectIdAtCursor == ANI_VISUNCHIK || g_vars->scene09_var10 >= 0); - return 0; + if (!res) + g_fp->_updateScreenCallback = 0; + + return res; } int scene09_updateCursor() { -- cgit v1.2.3