diff options
author | Eugene Sandulenko | 2013-12-07 00:01:59 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2013-12-07 00:01:59 +0200 |
commit | 583090a6238ca08996bfdfc10e26d616ab441f11 (patch) | |
tree | d0a6b3618039aa3262c04857275397f3042694b8 /engines/fullpipe/constants.h | |
parent | 172128931bbcfae86b61be0b13050654ae63f0a3 (diff) | |
download | scummvm-rg350-583090a6238ca08996bfdfc10e26d616ab441f11.tar.gz scummvm-rg350-583090a6238ca08996bfdfc10e26d616ab441f11.tar.bz2 scummvm-rg350-583090a6238ca08996bfdfc10e26d616ab441f11.zip |
FULLPIPE: Implement sceneHandler04_goClock()
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r-- | engines/fullpipe/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index 41800dab13..60ca0814f9 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -202,6 +202,7 @@ namespace Fullpipe { #define QU_PNK_CLICK 550 #define QU_SC3_ENTERLIFT 2779 #define QU_SC3_EXITLIFT 2808 +#define QU_SC4_GOCLOCK 595 #define QU_SC4_MANFROMBOTTLE 2851 #define SC_1 301 #define SC_10 653 |