[Scummvm-cvs-logs] SF.net SVN: scummvm:[43616] scummvm/trunk/engines/scumm/gfxARM.s

robinwatts at users.sourceforge.net robinwatts at users.sourceforge.net
Sat Aug 22 00:31:50 CEST 2009


Revision: 43616
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43616&view=rev
Author:   robinwatts
Date:     2009-08-21 22:31:50 +0000 (Fri, 21 Aug 2009)

Log Message:
-----------
Oops. Bitdepth is 1 or 2, not 8 or 16. Could be better named perhaps?
(bytedepth maybe?)

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/gfxARM.s

Modified: scummvm/trunk/engines/scumm/gfxARM.s
===================================================================
--- scummvm/trunk/engines/scumm/gfxARM.s	2009-08-21 22:30:35 UTC (rev 43615)
+++ scummvm/trunk/engines/scumm/gfxARM.s	2009-08-21 22:31:50 UTC (rev 43616)
@@ -129,7 +129,7 @@
 	@ <> = bitdepth
 	LDR	r12,[r13]
 	STR	r14,[r13,#-4]!
-	CMP	r12,#8
+	CMP	r12,#1
 	BNE	copy8Col16
 
 	SUB	r1,r1,#4


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