diff options
author | Arnaud Boutonné | 2009-09-04 21:22:09 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-09-04 21:22:09 +0000 |
commit | 033bedd9061654ae8605ab88e478cfbc258ebc91 (patch) | |
tree | 07d3fde9dbd297a7806fb2da6bdcc4b2df39ecab | |
parent | 88bde05828a944e243713ee3eecf4258981e8cb0 (diff) | |
download | scummvm-rg350-033bedd9061654ae8605ab88e478cfbc258ebc91.tar.gz scummvm-rg350-033bedd9061654ae8605ab88e478cfbc258ebc91.tar.bz2 scummvm-rg350-033bedd9061654ae8605ab88e478cfbc258ebc91.zip |
Gob/Adi2 - In playtoons and later, there are 50 more sprite pointers
svn-id: r43949
-rw-r--r-- | engines/gob/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h index c67299585b..c23501d62a 100644 --- a/engines/gob/draw.h +++ b/engines/gob/draw.h @@ -30,7 +30,7 @@ namespace Gob { -#define SPRITES_COUNT 50 +#define SPRITES_COUNT 100 #define RENDERFLAG_NOINVALIDATE 0x0001 #define RENDERFLAG_CAPTUREPUSH 0x0002 |