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

Nicolas Bacca arisme at users.sourceforge.net
Wed May 1 15:22:21 CEST 2002


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

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

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** gameDetector.cpp	1 May 2002 22:15:11 -0000	1.47
--- gameDetector.cpp	1 May 2002 22:20:59 -0000	1.48
***************
*** 451,456 ****
  	_noSubtitles = 0;							// use by default - should this depend on soundtrack?
  
! 	//_gfx_mode = GFX_DOUBLESIZE;
  	_gfx_mode = GFX_NORMAL;
  	_sfx_volume = 100;
  
--- 451,459 ----
  	_noSubtitles = 0;							// use by default - should this depend on soundtrack?
  
! #ifndef _WIN32_WCE
! 	_gfx_mode = GFX_DOUBLESIZE;
! #else
  	_gfx_mode = GFX_NORMAL;
+ #endif
  	_sfx_volume = 100;
  





More information about the Scummvm-git-logs mailing list