diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/scenes/scene29.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene29.cpp b/engines/fullpipe/scenes/scene29.cpp index 27fc09adce..556e04ba40 100644 --- a/engines/fullpipe/scenes/scene29.cpp +++ b/engines/fullpipe/scenes/scene29.cpp @@ -357,7 +357,9 @@ void sceneHandler29_shootersEscape() { } void sceneHandler29_sub07() { - warning("STUB: sceneHandler29_sub07()"); + g_vars->scene29_var20 -= 2; + + g_fp->_aniMan->setOXY(g_vars->scene29_var20, g_vars->scene29_var21); } void sceneHandler29_assHitGreen() { |