[Scummvm-cvs-logs] CVS: scummvm/queen display.cpp,1.10,1.11

Gregory Montoir cyx at users.sourceforge.net
Tue Oct 21 11:05:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv9008

Modified Files:
	display.cpp 
Log Message:
(better ?) scrolling timing

Index: display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/display.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- display.cpp	20 Oct 2003 20:12:59 -0000	1.10
+++ display.cpp	21 Oct 2003 17:32:51 -0000	1.11
@@ -653,6 +653,7 @@
 	}
 	_system->copy_rect(_buffers[RB_SCREEN], _bufPitch[RB_SCREEN], 0, 0, SCREEN_W, SCREEN_H);
 	_system->update_screen();
+	waitForTimer();
 }
 
 
@@ -1024,7 +1025,7 @@
 
 
 const uint8 Display::PAL_JOE_DRESS[] = {
-    0x00, 0x00, 0x00, 0x50, 0x50, 0x50, 0x70, 0x70, 0x70,
+	0x00, 0x00, 0x00, 0x50, 0x50, 0x50, 0x70, 0x70, 0x70,
 	0x90, 0x90, 0x90, 0xC6, 0xC6, 0xC6, 0xFF, 0xFF, 0xFF, 
 	0x30, 0x30, 0x90, 0x47, 0x49, 0xD0, 0x40, 0x24, 0x00, 
 	0x79, 0x34, 0x0B, 0xB2, 0x3D, 0x22, 0xED, 0x42, 0x42, 





More information about the Scummvm-git-logs mailing list