diff options
author | Eugene Sandulenko | 2014-01-02 15:02:33 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2014-01-02 15:02:33 +0200 |
commit | 3d949b1bdfbef9159188e1632ad63ae9f76c65c8 (patch) | |
tree | 306da03cbe62c30d314c2b5c1f442a0c04812bee /engines/fullpipe/constants.h | |
parent | 85420834b5d7dac9aca0a536fbd682ab65c54b1d (diff) | |
download | scummvm-rg350-3d949b1bdfbef9159188e1632ad63ae9f76c65c8.tar.gz scummvm-rg350-3d949b1bdfbef9159188e1632ad63ae9f76c65c8.tar.bz2 scummvm-rg350-3d949b1bdfbef9159188e1632ad63ae9f76c65c8.zip |
FULLPIPE: Implement scene36_updateCursor()
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 4a0a0dbf23..16dac18ff1 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -771,6 +771,8 @@ namespace Fullpipe { // Scene 36 #define ANI_SCISSORS_36 2647 #define ANI_ROTOHRUST 2360 +#define PIC_SC36_MASK 5221 +#define ST_RHT_OPEN 2362 // Debug scene #define PIC_SCD_1 727 |