diff options
| author | johndoe123 | 2012-09-04 16:24:20 +0000 | 
|---|---|---|
| committer | Willem Jan Palenstijn | 2013-05-08 20:43:39 +0200 | 
| commit | 5688047fe353276806bc491e324dbb3a9c9df22f (patch) | |
| tree | 10a0e203d599e6ed41cbce0526f4611124b3590a /devtools | |
| parent | 1cb1e66c101612d9400cca090c3fdc2d18dcaf96 (diff) | |
| download | scummvm-rg350-5688047fe353276806bc491e324dbb3a9c9df22f.tar.gz scummvm-rg350-5688047fe353276806bc491e324dbb3a9c9df22f.tar.bz2 scummvm-rg350-5688047fe353276806bc491e324dbb3a9c9df22f.zip  | |
NEVERHOOD: Add tables for Scene2809
Diffstat (limited to 'devtools')
| -rw-r--r-- | devtools/create_neverhood/tables.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index fe6644ef07..1c9c76a68d 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -417,6 +417,12 @@ static const uint32 messageListOffsets[] = {  	5, 0x004AF0A0,  	1, 0x004AF090,  	2, 0x004AF0E0, +	// Scene2809 +	1, 0x004B5B90, +	3, 0x004B5BD0, +	5, 0x004B5BA8, +	1, 0x004B5B88, +	2, 0x004B5B98,  	0, 0  };  | 
