diff options
author | Filippos Karapetis | 2013-04-12 06:42:14 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-04-12 07:19:52 +0300 |
commit | a9886f1c261281083dcaa8ecfbcec88be423961d (patch) | |
tree | dec26d7f8fbbfa6a7567bcee2021f732a0f950e1 | |
parent | d45534d29d8cca396bf2f1bbd3bc63e74edeee30 (diff) | |
download | scummvm-rg350-a9886f1c261281083dcaa8ecfbcec88be423961d.tar.gz scummvm-rg350-a9886f1c261281083dcaa8ecfbcec88be423961d.tar.bz2 scummvm-rg350-a9886f1c261281083dcaa8ecfbcec88be423961d.zip |
TINSEL: Fix typo
-rw-r--r-- | engines/tinsel/palette.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/palette.h b/engines/tinsel/palette.h index 49a78ae236..9bcbfd242d 100644 --- a/engines/tinsel/palette.h +++ b/engines/tinsel/palette.h @@ -107,7 +107,7 @@ void PaletteStats(); // Shows the maximum number of palettes used at once void psxPaletteMapper(PALQ *originalPal, uint8 *psxClut, byte *mapperTable); // Maps PSX CLUTs to original palette in resource file -void PalettesToVideoDAC(); // Update the video DAC with palettes currently the the DAC queue +void PalettesToVideoDAC(); // Update the video DAC with palettes currently in the DAC queue void UpdateDACqueueHandle( int posInDAC, // position in video DAC |