[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.14,1.15

Ludvig Strigeus strigeus at users.sourceforge.net
Thu Nov 8 12:00:02 CET 2001


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

Modified Files:
	gfx.cpp 
Log Message:
_useOrDecompress bug fix

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** gfx.cpp	2001/11/07 18:10:51	1.14
--- gfx.cpp	2001/11/08 19:59:05	1.15
***************
*** 672,676 ****
  	};
  
! 	_useOrDecompress = true;
  
  	byte code = *_smap_ptr++;
--- 672,676 ----
  	};
  
! 	_useOrDecompress = false;
  
  	byte code = *_smap_ptr++;





More information about the Scummvm-git-logs mailing list