[Scummvm-cvs-logs] SF.net SVN: scummvm:[35619] scummvm/trunk/engines/parallaction/gfxbase.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Dec 30 06:14:27 CET 2008


Revision: 35619
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35619&view=rev
Author:   peres001
Date:     2008-12-30 05:14:27 +0000 (Tue, 30 Dec 2008)

Log Message:
-----------
Another change I forgot to do in revision 35447.

Revision Links:
--------------
    http://scummvm.svn.sourceforge.net/scummvm/?rev=35447&view=rev

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/gfxbase.cpp

Modified: scummvm/trunk/engines/parallaction/gfxbase.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/gfxbase.cpp	2008-12-29 21:46:44 UTC (rev 35618)
+++ scummvm/trunk/engines/parallaction/gfxbase.cpp	2008-12-30 05:14:27 UTC (rev 35619)
@@ -162,7 +162,7 @@
 	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;
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list