[Scummvm-cvs-logs] CVS: scummvm/backends/dc display.cpp,1.38,1.39

Marcus Comstedt marcus_c at users.sourceforge.net
Mon Oct 10 10:59:35 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28329

Modified Files:
	display.cpp 
Log Message:
gBitFormat seems to be back in libcommon again...  (This underhanded parameter passing has to go.)

Index: display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/display.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- display.cpp	30 Jul 2005 21:10:50 -0000	1.38
+++ display.cpp	10 Oct 2005 17:58:35 -0000	1.39
@@ -24,6 +24,7 @@
 
 #include <common/stdafx.h>
 #include <common/scummsys.h>
+#include <common/scaler/intern.h>
 #include "dc.h"
 
 #define SCREEN_W 640
@@ -175,6 +176,8 @@
 {
   assert(w <= SCREEN_W && h <= SCREEN_H);
 
+  gBitFormat = 4444;
+
   _overlay_visible = false;
   _overlay_fade = 0.0;
   _screen_w = w;
@@ -577,5 +580,3 @@
 {
   return 0;
 }
-
-int gBitFormat = 4444;





More information about the Scummvm-git-logs mailing list