[Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.46,1.47

Nicolas Bacca arisme at users.sourceforge.net
Wed May 1 15:16:06 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv19144

Modified Files:
	gameDetector.cpp 
Log Message:
Set GFX_NORMAL on WinCE

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** gameDetector.cpp	28 Apr 2002 00:31:31 -0000	1.46
--- gameDetector.cpp	1 May 2002 22:15:11 -0000	1.47
***************
*** 451,455 ****
  	_noSubtitles = 0;							// use by default - should this depend on soundtrack?
  
! 	_gfx_mode = GFX_DOUBLESIZE;
  	_sfx_volume = 100;
  
--- 451,456 ----
  	_noSubtitles = 0;							// use by default - should this depend on soundtrack?
  
! 	//_gfx_mode = GFX_DOUBLESIZE;
! 	_gfx_mode = GFX_NORMAL;
  	_sfx_volume = 100;
  





More information about the Scummvm-git-logs mailing list