diff options
-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 |