diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v5.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index f6fa849613..3a217c65d1 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1721,10 +1721,7 @@ void Scumm_v5::o5_roomOps() { b = getVarOrDirectByte(0x40); c = getVarOrDirectByte(0x20); } - //FIXME Amiga versions don't seem to use darkening effect - // Caused voodoo lady to become too dark in MI2 - if (!(_features & GF_AMIGA)) - darkenPalette(a, a, a, b, c); + darkenPalette(a, a, a, b, c); break; case 9: /* ? */ _saveLoadFlag = getVarOrDirectByte(0x80); |