diff options
author | Eugene Sandulenko | 2016-09-29 12:53:00 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-29 12:53:00 +0200 |
commit | c48dfb70718f971a76049061a1c2f8bc2f37bb46 (patch) | |
tree | d1592ac04d9b7d1e0d3d85047df472047a01519e /engines/fullpipe | |
parent | ea1ec78be402e175ab6f7e4acd9d8588020d10b8 (diff) | |
download | scummvm-rg350-c48dfb70718f971a76049061a1c2f8bc2f37bb46.tar.gz scummvm-rg350-c48dfb70718f971a76049061a1c2f8bc2f37bb46.tar.bz2 scummvm-rg350-c48dfb70718f971a76049061a1c2f8bc2f37bb46.zip |
FULLPIPE: Fix crash in scene07 when drawer is handed to the Cornersitter
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index b257fca949..9bd1319a07 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -591,7 +591,7 @@ namespace Fullpipe { #define ST_NBL_NORM 1076 // Scene 7 -#define ANI_CORNERSITTER 71 +#define ANI_CORNERSITTER 711 #define ANI_HOOLIGAN 808 #define ANI_LUKE 803 #define ANI_PLUSMINUS 2938 |