[Scummvm-cvs-logs] SF.net SVN: scummvm:[45434] scummvm/trunk/engines/scumm/verbs.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Tue Oct 27 10:24:00 CET 2009
Revision: 45434
http://scummvm.svn.sourceforge.net/scummvm/?rev=45434&view=rev
Author: Kirben
Date: 2009-10-27 09:24:00 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
Reset _distaff after drawing distaff image in PCE version of Loom.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/verbs.cpp
Modified: scummvm/trunk/engines/scumm/verbs.cpp
===================================================================
--- scummvm/trunk/engines/scumm/verbs.cpp 2009-10-27 09:17:09 UTC (rev 45433)
+++ scummvm/trunk/engines/scumm/verbs.cpp 2009-10-27 09:24:00 UTC (rev 45434)
@@ -1391,6 +1391,10 @@
_gdi->drawBitmap(imptr, vs, tmp, ydiff, imgw * 8, imgh * 8, i, 1, Gdi::dbAllowMaskOr | Gdi::dbObjectMode);
}
+ if (_game.id == GID_LOOM && _game.platform == Common::kPlatformPCEngine) {
+ _gdi->_distaff = false;
+ }
+
vst->curRect.right = vst->curRect.left + imgw * 8;
vst->curRect.bottom = vst->curRect.top + imgh * 8;
vst->oldRect = vst->curRect;
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