SHERLOCK: Use IS_3DO in more places

This commit is contained in:
Filippos Karapetis 2015-06-16 10:02:32 +03:00
parent 25e729efe0
commit 7e6539f400
12 changed files with 22 additions and 22 deletions

View file

@ -240,7 +240,7 @@ void SaveManager::createThumbnail() {
_saveThumb = new Graphics::Surface();
if (_vm->getPlatform() != Common::kPlatform3DO) {
if (!IS_3DO) {
uint8 thumbPalette[PALETTE_SIZE];
_vm->_screen->getPalette(thumbPalette);
::createThumbnail(_saveThumb, (const byte *)_vm->_screen->getPixels(), SHERLOCK_SCREEN_WIDTH, SHERLOCK_SCREEN_HEIGHT, thumbPalette);