SCUMM: fix minor (and rare) costume rendering glitch

(DOTT bug mentioned here: https://github.com/scummvm/scummvm/pull/3795/)

I found this in all versions from 1 to 6, so I applied the fix to all non-AKOS and non-v0 costumes.
This commit is contained in:
athrxx 2022-04-20 01:24:53 +02:00
parent 4d45a0f152
commit 2adc35e261
3 changed files with 24 additions and 8 deletions

View file

@ -67,7 +67,7 @@ struct SaveInfoSection {
#define SaveInfoSectionSize (4+4+4 + 4+4 + 4+2)
#define CURRENT_VER 104
#define CURRENT_VER 105
#define INFOSECTION_VERSION 2
#pragma mark -