mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 06:00:48 +00:00
GRIM: Make sure to return a value. Fix build on MSVC.
This commit is contained in:
parent
52fdf0565a
commit
576dc6459f
@ -264,8 +264,8 @@ bool BitmapData::loadTile(const char *data, int len) {
|
||||
}
|
||||
|
||||
g_driver->createBitmap(this);
|
||||
return true;
|
||||
#endif // ENABLE_MONKEY4
|
||||
return true;
|
||||
}
|
||||
|
||||
char *BitmapData::getImageData(int num) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user