mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
The Amiga demo of BRA doesn't have quite as many icons.
svn-id: r39415
This commit is contained in:
parent
e27d2f7144
commit
08638c5f77
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user