mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
Another change I forgot to do in revision 35447.
svn-id: r35619
This commit is contained in:
parent
ad2fc3ee90
commit
f32f4e5cec
@ -162,7 +162,7 @@ void Gfx::loadGfxObjMask(const char *name, GfxObj *obj) {
|
||||
Common::Rect rect;
|
||||
obj->getRect(0, rect);
|
||||
obj->_mask.create(rect.width(), rect.height());
|
||||
_vm->_disk->loadMask(_tokens[1], obj->_mask);
|
||||
_vm->_disk->loadMask(name, obj->_mask);
|
||||
obj->_hasMask = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user