mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
original TheDig interpreter handles up to 200 blastObjects. Resized _blastObjectQueue accordingly, that should fix bugs #1364922 and #1356652.
svn-id: r19701
This commit is contained in:
parent
fe9def0ac0
commit
6d6def1042
@ -533,7 +533,7 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
int _blastObjectQueuePos;
|
int _blastObjectQueuePos;
|
||||||
BlastObject _blastObjectQueue[128];
|
BlastObject _blastObjectQueue[200];
|
||||||
|
|
||||||
struct BlastText : TextObject {
|
struct BlastText : TextObject {
|
||||||
Common::Rect rect;
|
Common::Rect rect;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user