mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
WINTERMUTE: Don't cast bool to pointer.
This commit is contained in:
parent
866961bde9
commit
3b77a97b40
@ -63,7 +63,7 @@ BaseImage *BaseSaveThumbHelper::storeThumb(bool doFlip, int width, int height) {
|
||||
|
||||
BaseImage *screenshot = _gameRef->_renderer->takeScreenshot();
|
||||
if (!screenshot) {
|
||||
return STATUS_FAILED;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// normal thumbnail
|
||||
|
Loading…
x
Reference in New Issue
Block a user