KYRA: (EOB) - add assert in sprites_eob.cpp (might fix warning about possible null ptr deref)

This commit is contained in:
athrxx 2013-04-15 21:51:19 +02:00
parent 0a623ecdec
commit d3419f6a31

View File

@ -653,6 +653,8 @@ void EoBCoreEngine::drawFlyingObjects(int index) {
}
}
assert(shp);
shp = _screen->scaleShape(shp, sclValue);
if (rstFade) {