mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
KYRA: (EOB) - add assert in sprites_eob.cpp (might fix warning about possible null ptr deref)
This commit is contained in:
parent
0a623ecdec
commit
d3419f6a31
@ -653,6 +653,8 @@ void EoBCoreEngine::drawFlyingObjects(int index) {
|
||||
}
|
||||
}
|
||||
|
||||
assert(shp);
|
||||
|
||||
shp = _screen->scaleShape(shp, sclValue);
|
||||
|
||||
if (rstFade) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user