mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
TINSEL: Enhanced music is not supported in the Mac version of DW1
Also, did some minor whitespace formatting
This commit is contained in:
parent
79eb6c898a
commit
55fee6d97b
@ -490,7 +490,7 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
},
|
||||
GID_DW1,
|
||||
0,
|
||||
GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
|
||||
GF_SCNFILES,
|
||||
TINSEL_V1,
|
||||
},
|
||||
|
||||
|
@ -248,7 +248,6 @@ static void MacDrawTiles(DRAWOBJECT *pObj, uint8 *srcP, uint8 *destP, bool apply
|
||||
// Repeat of a given color
|
||||
byte color = *srcP++;
|
||||
int runLength = repeatBytes - clipAmount;
|
||||
|
||||
int rptLength = MAX(MIN(runLength, pObj->width - rightClip - x), 0);
|
||||
if (yClip == 0) {
|
||||
if (color != 0)
|
||||
@ -264,7 +263,6 @@ static void MacDrawTiles(DRAWOBJECT *pObj, uint8 *srcP, uint8 *destP, bool apply
|
||||
uint clipAmount = MIN<int>(copyBytes, leftClip);
|
||||
leftClip -= clipAmount;
|
||||
x += clipAmount;
|
||||
|
||||
srcP += clipAmount;
|
||||
|
||||
int runLength = copyBytes - clipAmount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user