SHERLOCK: Use IS_3DO in more places
This commit is contained in:
parent
25e729efe0
commit
7e6539f400
12 changed files with 22 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue