[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.32,1.33
James Brown
ender at users.sourceforge.net
Sun Feb 17 10:56:03 CET 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv13657
Modified Files:
gfx.cpp
Log Message:
Make Zak and Indy print stuff! Yay :)
Text overlapping bug tho..
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** gfx.cpp 17 Feb 2002 12:49:45 -0000 1.32
--- gfx.cpp 17 Feb 2002 18:55:46 -0000 1.33
***************
*** 114,117 ****
--- 114,119 ----
updateDirtyScreen(2);
+ if (_features & GF_OLD256)
+ updateDirtyScreen(1);
#if defined(FULL_THROTTLE)
More information about the Scummvm-git-logs
mailing list