aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 7442aefb11..490785f708 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -806,7 +806,7 @@ public:
BlastObject _blastObjectQueue[128];
int _blastTextQueuePos;
- BlastText _blastTextQueue[8]; // FIXME - how many blast texts can there be at once?
+ BlastText _blastTextQueue[32]; // FIXME - how many blast texts can there be at once?
void enqueueText(byte *text, int x, int y, byte color, byte charset, bool center);
void drawBlastTexts();