mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
assert in compile mode expands to ... nnothing!
svn-id: r7236
This commit is contained in:
parent
6b17d487e4
commit
e3acde9f9c
@ -221,7 +221,8 @@ void Scumm::drawVerbBitmap(int verb, int x, int y) {
|
||||
xstrip = x >> 3;
|
||||
ydiff = y - vs->topline;
|
||||
|
||||
assert(obim = getResourceAddress(rtVerb, verb));
|
||||
obim = getResourceAddress(rtVerb, verb);
|
||||
assert(obim);
|
||||
if (_features & GF_OLD_BUNDLE) {
|
||||
imgw = obim[0];
|
||||
imgh = obim[1] >> 3;
|
||||
|
Loading…
Reference in New Issue
Block a user