aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-13 13:59:02 +0000
committerTravis Howell2004-09-13 13:59:02 +0000
commit1f9e3739558405893eb62d6ac0a6d15d76abc2dc (patch)
treef87b818683e3f40768ce56e809b322d2b63995c7
parentf937f6723fdd330d7a56de863949d8fc999ae2ce (diff)
downloadscummvm-rg350-1f9e3739558405893eb62d6ac0a6d15d76abc2dc.tar.gz
scummvm-rg350-1f9e3739558405893eb62d6ac0a6d15d76abc2dc.tar.bz2
scummvm-rg350-1f9e3739558405893eb62d6ac0a6d15d76abc2dc.zip
HE 80 uses up to 255.
svn-id: r15097
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index a1bd6c9fa0..892f31c7ac 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -674,7 +674,7 @@ protected:
#endif
const OpcodeEntryV72he *_opcodesV72he;
- WizImage _wizImages[20];
+ WizImage _wizImages[255];
uint16 _wizImagesNum;
public: