[Scummvm-cvs-logs] SF.net SVN: scummvm:[42642] scummvm/trunk/engines/gob/draw_v1.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jul 21 14:14:36 CEST 2009


Revision: 42642
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42642&view=rev
Author:   drmccoy
Date:     2009-07-21 12:14:36 +0000 (Tue, 21 Jul 2009)

Log Message:
-----------
Fixing the text input in Gob1 (the loading code wasn't printed as you typed anymore)

Modified Paths:
--------------
    scummvm/trunk/engines/gob/draw_v1.cpp

Modified: scummvm/trunk/engines/gob/draw_v1.cpp
===================================================================
--- scummvm/trunk/engines/gob/draw_v1.cpp	2009-07-21 11:58:58 UTC (rev 42641)
+++ scummvm/trunk/engines/gob/draw_v1.cpp	2009-07-21 12:14:36 UTC (rev 42642)
@@ -318,6 +318,8 @@
 	int16 perLine;
 	Resource *resource;
 
+	operation &= 0x0F;
+
 	if (_sourceSurface >= 100)
 		_sourceSurface -= 80;
 	if (_destSurface >= 100)


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