[Scummvm-cvs-logs] scummvm master -> 8a1c472f5b48c9ccb7566fb807f10438f09589c8

sev- sev at scummvm.org
Thu Mar 20 22:48:02 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8a1c472f5b FULLPIPE: More work on scene29


Commit: 8a1c472f5b48c9ccb7566fb807f10438f09589c8
    https://github.com/scummvm/scummvm/commit/8a1c472f5b48c9ccb7566fb807f10438f09589c8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-03-20T23:47:28+02:00

Commit Message:
FULLPIPE: More work on scene29

Changed paths:
    engines/fullpipe/scenes/scene29.cpp



diff --git a/engines/fullpipe/scenes/scene29.cpp b/engines/fullpipe/scenes/scene29.cpp
index b5ecaab..1586dfb 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()");
 }






More information about the Scummvm-git-logs mailing list