From 620411bfebe72fb0f60c4d8f64558be088cff58d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 28 Mar 2014 23:27:21 +0200 Subject: FULLPIPE: Implement sceneHandler29_shootersEscape() --- engines/fullpipe/constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/fullpipe/constants.h') diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index 53f5c87d0b..e670645431 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -1305,6 +1305,7 @@ namespace Fullpipe { #define MV_STR1_SHOOT 2109 #define MV_STR2_SHOOT 2112 #define PIC_SC29_LTRUBA 2081 +#define QU_SC29_ESCAPE 2129 #define QU_SC29_MANFROM_L 2101 #define QU_SC29_MANFROM_R 2104 #define QU_SC29_MANTO_L 2103 @@ -1315,6 +1316,8 @@ namespace Fullpipe { #define ST_MAN29_RUNR 2140 #define ST_STR1_RIGHT 2143 #define ST_STR2_RIGHT 2144 +#define ST_STR1_STAND 2110 +#define ST_STR2_STAND 2113 // Scene 30 #define ANI_LEG 2322 -- cgit v1.2.3