The Amiga demo of BRA doesn't have quite as many icons.

svn-id: r39415
This commit is contained in:
Travis Howell 2009-03-15 09:51:02 +00:00
parent e27d2f7144
commit 08638c5f77

View File

@ -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