Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As suggested by LordHoto.
|
|
|
|
This also fixes bug #3361925 - "SCI: HOYLE4: Crash in bridge"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replace magic values by constant
|
|
some renaming
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We want the address right after the last element of _fadePaletteMap.
There was probably no actual damage done since _paletteMap[] would
likely be right after in memory, and that's zeroed as well. But it
was still wrong.
|
|
I also reworked a bit how detection work so that both the original
and the improved German translations can be played.
|
|
|
|
|
|
|
|
|
|
|
|
This can be found in the KQ collection
|
|
|
|
For now, no RLE, or anything, but the infrastructure for it
is put in place here.
|