diff options
author | Eugene Sandulenko | 2013-12-13 15:59:29 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2013-12-13 15:59:29 +0200 |
commit | e136183a35c6fc8927883ba94a0554b06d69c90b (patch) | |
tree | 54046f6dd283555898a3649be7bfc46e9f1629b3 /engines/fullpipe/constants.h | |
parent | e79022bf3428354c8c7bcde4fa0406636bc8ded4 (diff) | |
download | scummvm-rg350-e136183a35c6fc8927883ba94a0554b06d69c90b.tar.gz scummvm-rg350-e136183a35c6fc8927883ba94a0554b06d69c90b.tar.bz2 scummvm-rg350-e136183a35c6fc8927883ba94a0554b06d69c90b.zip |
FULLPIPE: Implement sceneHandler04_leaveScene()
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r-- | engines/fullpipe/constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index 1a59cce787..31ca2d3d33 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -173,6 +173,7 @@ namespace Fullpipe { #define PIC_IN1_PIPETITLE 5167 #define PIC_INV_MENU 991 #define PIC_MAP_A13 5275 +#define PIC_MAP_P03 5279 #define PIC_MAP_S01 5223 #define PIC_SC1_KUCHKA 1321 #define PIC_SC1_LADDER 1091 @@ -209,6 +210,7 @@ namespace Fullpipe { #define QU_SC3_EXITLIFT 2808 #define QU_SC4_GOCLOCK 595 #define QU_SC4_MANFROMBOTTLE 2851 +#define QU_SC4_MANTOBOTTLE 2850 #define SC_1 301 #define SC_10 653 #define SC_11 654 |