diff options
Diffstat (limited to 'scumm/costume.cpp')
| -rw-r--r-- | scumm/costume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 057b6ae1eb..f181b518df 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -855,7 +855,7 @@ void ScummEngine::cost_decodeNESCostumeGfx() { byte *patTable = getResourceAddress(rtCostume, v1MMNEScostTables[n][4]); int j = 0; int i = 3; - int maxSprites = 256; //patTable[3]; + int maxSprites = 257; //patTable[3]; int len = READ_LE_UINT16(patTable); if (maxSprites == 0) |
