Skip to content

Commit

Permalink
TSAGE: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed May 31, 2015
1 parent 59d81c0 commit 40f5d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/core.cpp
Expand Up @@ -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();
}
Expand Down

0 comments on commit 40f5d26

Please sign in to comment.