aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes
diff options
context:
space:
mode:
authorEugene Sandulenko2014-03-20 23:47:06 +0200
committerEugene Sandulenko2014-03-20 23:47:28 +0200
commit8a1c472f5b48c9ccb7566fb807f10438f09589c8 (patch)
tree528321f725ad616ed6731230069a82cc9f2f96e5 /engines/fullpipe/scenes
parent8481ff0e618f94e125aed8d90cbabfbacd9ab29a (diff)
downloadscummvm-rg350-8a1c472f5b48c9ccb7566fb807f10438f09589c8.tar.gz
scummvm-rg350-8a1c472f5b48c9ccb7566fb807f10438f09589c8.tar.bz2
scummvm-rg350-8a1c472f5b48c9ccb7566fb807f10438f09589c8.zip
FULLPIPE: More work on scene29
Diffstat (limited to 'engines/fullpipe/scenes')
-rw-r--r--engines/fullpipe/scenes/scene29.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes/scene29.cpp b/engines/fullpipe/scenes/scene29.cpp
index b5ecaab483..1586dfbad9 100644
--- a/engines/fullpipe/scenes/scene29.cpp
+++ b/engines/fullpipe/scenes/scene29.cpp
@@ -80,6 +80,20 @@ void sceneHandler29_sub07() {
warning("STUB: sceneHandler29_sub07()");
}
+void sceneHandler29_assHitGreen() {
+ if (g_vars->scene29_ass->_statics->_staticsId == ST_ASS_NORM) {
+ g_vars->scene29_ass->changeStatics2(ST_ASS_NORM);
+ g_vars->scene29_ass->startAnim(MV_ASS_HITGREEN, 0, -1);
+ }
+}
+
+void sceneHandler29_assHitRed() {
+ if (g_vars->scene29_ass->_statics->_staticsId == ST_ASS_NORM) {
+ g_vars->scene29_ass->changeStatics2(ST_ASS_NORM);
+ g_vars->scene29_ass->startAnim(MV_ASS_HITRED, 0, -1);
+ }
+}
+
void sceneHandler29_shoot() {
warning("STUB: sceneHandler29_shoot()");
}