[Scummvm-cvs-logs] SF.net SVN: scummvm:[46927] scummvm/trunk/engines/teenagent/teenagent.cpp

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Jan 3 16:25:07 CET 2010


Revision: 46927
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46927&view=rev
Author:   megath
Date:     2010-01-03 15:25:07 +0000 (Sun, 03 Jan 2010)

Log Message:
-----------
fixed typo

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/teenagent.cpp

Modified: scummvm/trunk/engines/teenagent/teenagent.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/teenagent.cpp	2010-01-03 15:18:20 UTC (rev 46926)
+++ scummvm/trunk/engines/teenagent/teenagent.cpp	2010-01-03 15:25:07 UTC (rev 46927)
@@ -385,7 +385,7 @@
 		for(uint y = 0; y < 68; ++y) {
 			for(uint x = 0; x < 320; ++x) {
 				if (*src++ == 1) {
-					*dst++ = colors[18 * 160 + y / 2 * 160 + x / 2];
+					*dst++ = colors[19 * 160 + y / 2 * 160 + x / 2];
 				} else 
 					++dst;
 			}


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