From a9886f1c261281083dcaa8ecfbcec88be423961d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 12 Apr 2013 06:42:14 +0300 Subject: [PATCH] TINSEL: Fix typo --- engines/tinsel/palette.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/tinsel/palette.h b/engines/tinsel/palette.h index 49a78ae23684..9bcbfd242dff 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