diff options
Diffstat (limited to 'engines/sword2/palette.cpp')
-rw-r--r-- | engines/sword2/palette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/palette.cpp b/engines/sword2/palette.cpp index aa569689ff..84ebd142ca 100644 --- a/engines/sword2/palette.cpp +++ b/engines/sword2/palette.cpp @@ -50,7 +50,7 @@ void Screen::startNewPalette() { // Don't fetch palette match table while using PSX version, // because it is not present. - if(!Sword2Engine::isPsx()) + if (!Sword2Engine::isPsx()) memcpy(_paletteMatch, _vm->fetchPaletteMatchTable(screenFile), PALTABLESIZE); setPalette(0, 256, _vm->fetchPalette(screenFile), RDPAL_FADE); |