diff options
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/disk_br.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/disk_br.cpp b/engines/parallaction/disk_br.cpp index 6915c63c27..57e413e354 100644 --- a/engines/parallaction/disk_br.cpp +++ b/engines/parallaction/disk_br.cpp @@ -626,6 +626,9 @@ GfxObj* AmigaDisk_br::loadObjects(const char *name, uint8 part) { free(pal); uint16 max = objectsMax[part]; + if (_vm->getFeatures() & GF_DEMO) + max = 72; + byte *data = new byte[max * 2601]; // Convert to the expected display format |