Skip to content

Commit

Permalink
TINSEL: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Apr 12, 2013
1 parent d45534d commit a9886f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tinsel/palette.h
Expand Up @@ -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
Expand Down

0 comments on commit a9886f1

Please sign in to comment.