diff options
author | Eugene Sandulenko | 2014-01-02 00:07:22 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2014-01-02 00:48:34 +0200 |
commit | 4b91d62d6459173b0d7046bbb7ad1a7106cd852e (patch) | |
tree | efaed010578ff074639382d93dbd2d1b4b794ff3 /engines/fullpipe/constants.h | |
parent | e92dc6911785660a8e0d9e1db407aa52872f9609 (diff) | |
download | scummvm-rg350-4b91d62d6459173b0d7046bbb7ad1a7106cd852e.tar.gz scummvm-rg350-4b91d62d6459173b0d7046bbb7ad1a7106cd852e.tar.bz2 scummvm-rg350-4b91d62d6459173b0d7046bbb7ad1a7106cd852e.zip |
FULLPIPE: Implement sceneHandler17_fillBottle()
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r-- | engines/fullpipe/constants.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index 2ef2b5448c..ef3fa44034 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -689,10 +689,13 @@ namespace Fullpipe { #define ST_MUG_FULL 1360 // Scene 17 +#define ANI_BOOT_17 4220 #define ANI_HAND17 1446 +#define ANI_INV_BOTTLE 1418 #define ANI_INV_SUGAR 1410 #define ANI_JET_17 2746 #define ANI_MUG_17 2737 +#define ANI_SAMOGONSHCHIK 1397 #define MSG_SC17_DROP 3414 #define MSG_SC17_FILLBOTTLE 1436 #define MSG_SC17_HIDESUGAR 1417 @@ -706,12 +709,18 @@ namespace Fullpipe { #define QU_HND17_ATTRACT 1455 #define QU_HND17_TOCYCLE 1454 #define QU_JET17_DROP 3295 +#define QU_JET17_FLOW 3294 +#define QU_SC17_FILLBOOT 4237 +#define QU_SC17_FILLBOTTLE 1437 +#define QU_SC17_FILLMUG 2750 #define QU_SC17_FILLMUG_DROP 3415 #define QU_SC17_SHOWBOTTLE 1429 #define QU_SC17_SHOWSUGAR 1415 +#define QU_SMG_FILLBOTTLE 1433 #define ST_HND17_ATTRACT 1451 #define ST_HND17_EMPTY 1448 #define ST_MUG17_EMPTY 2739 +#define ST_SMG_SIT 1399 // Scene 24 #define ANI_DROP_24 3505 |