TSAGE: Fix typo in comment

This commit is contained in:
Torbjörn Andersson 2015-05-31 09:18:30 +02:00
parent 59d81c0aa1
commit 40f5d26c92

View file

@ -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();
}