[Scummvm-cvs-logs] SF.net SVN: scummvm:[47381] scummvm/trunk/engines/sci/graphics/gfx.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Tue Jan 19 16:10:49 CET 2010
Revision: 47381
http://scummvm.svn.sourceforge.net/scummvm/?rev=47381&view=rev
Author: m_kiewitz
Date: 2010-01-19 15:10:48 +0000 (Tue, 19 Jan 2010)
Log Message:
-----------
SCI: don't limit priority bands in sci1.1 (fixes swimmer in lsl6)
Modified Paths:
--------------
scummvm/trunk/engines/sci/graphics/gfx.cpp
Modified: scummvm/trunk/engines/sci/graphics/gfx.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/gfx.cpp 2010-01-19 14:26:21 UTC (rev 47380)
+++ scummvm/trunk/engines/sci/graphics/gfx.cpp 2010-01-19 15:10:48 UTC (rev 47381)
@@ -536,6 +536,8 @@
if (priorityBandsMemoryActive) {
PriorityBandsInit((byte *)&priorityBandsMemory);
priorityBandsMemoryActive = false;
+ // Don't limit priority bands in SCI1.1
+ _priorityTop = 0; _priorityBottom = 200;
}
}
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