Another change I forgot to do in revision 35447.

svn-id: r35619
This commit is contained in:
Nicola Mettifogo 2008-12-30 05:14:27 +00:00
parent ad2fc3ee90
commit f32f4e5cec

View File

@ -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;
}