From 1f9e3739558405893eb62d6ac0a6d15d76abc2dc Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 13 Sep 2004 13:59:02 +0000 Subject: [PATCH] HE 80 uses up to 255. svn-id: r15097 --- scumm/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/intern.h b/scumm/intern.h index a1bd6c9fa02..892f31c7ac0 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: