TSAGE: Fix typo in comment
This commit is contained in:
parent
59d81c0aa1
commit
40f5d26c92
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ void ScenePalette::fade(const byte *adjustData, bool fullAdjust, int percent) {
|
|||
adjustData += 3;
|
||||
}
|
||||
|
||||
// Set the altered pale4tte
|
||||
// Set the altered palette
|
||||
g_system->getPaletteManager()->setPalette((const byte *)&tempPalette[0], 0, 256);
|
||||
GLOBALS._screenSurface.updateScreen();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue