From 3e50c97ca6373234df10747cb1d0ed08eb31ecdc Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 19 Jan 2003 03:35:17 +0000 Subject: update assertion to be in line with increased blastTextQueue size svn-id: r6509 --- scumm/script_v8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index aed8765920..fe4641e11e 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -568,7 +568,7 @@ void Scumm_v8::decodeParseString(int m, int n) void Scumm::enqueueText(byte *text, int x, int y, byte color, byte charset, bool center) { BlastText &bt = _blastTextQueue[_blastTextQueuePos++]; - assert(_blastTextQueuePos <= 8); + assert(_blastTextQueuePos <= 32); strcpy((char *)bt.text, (const char *)text); bt.xpos = x; -- cgit v1.2.3