diff options
author | Travis Howell | 2005-03-15 02:23:42 +0000 |
---|---|---|
committer | Travis Howell | 2005-03-15 02:23:42 +0000 |
commit | 9d17e9aa2499a98bb015295373de54962ca9a4b2 (patch) | |
tree | 60878f409533b2dfa87b92d4fc4147129114a9b1 | |
parent | 18ed547bc35708c61213c04194a0cb95c5aa5e5a (diff) | |
download | scummvm-rg350-9d17e9aa2499a98bb015295373de54962ca9a4b2.tar.gz scummvm-rg350-9d17e9aa2499a98bb015295373de54962ca9a4b2.tar.bz2 scummvm-rg350-9d17e9aa2499a98bb015295373de54962ca9a4b2.zip |
Change this one too.
svn-id: r17142
-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 175ac8a28e..2de83d2283 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -815,7 +815,7 @@ void ScummEngine::cost_decodeNESCostumeGfx() { int len = READ_LE_UINT16(patTable); if (maxSprites == 0) - maxSprites = 256; + maxSprites = 257; _v1MMNESCostumeGfx[n] = (byte *)calloc(maxSprites * 16, 1); |