From 6d6def10427ac048abbfae590eece78845ce93b2 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 24 Nov 2005 23:46:46 +0000 Subject: original TheDig interpreter handles up to 200 blastObjects. Resized _blastObjectQueue accordingly, that should fix bugs #1364922 and #1356652. svn-id: r19701 --- scumm/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/intern.h b/scumm/intern.h index fe8085b5d0..32759eaa49 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -533,7 +533,7 @@ protected: }; int _blastObjectQueuePos; - BlastObject _blastObjectQueue[128]; + BlastObject _blastObjectQueue[200]; struct BlastText : TextObject { Common::Rect rect; -- cgit v1.2.3