[Scummvm-cvs-logs] CVS: scummvm/sky logic.h,1.32,1.33

Max Horn fingolfin at users.sourceforge.net
Sat Oct 4 04:51:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv25712/sky

Modified Files:
	logic.h 
Log Message:
use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code

Index: logic.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- logic.h	10 Jul 2003 08:24:16 -0000	1.32
+++ logic.h	4 Oct 2003 11:50:21 -0000	1.33
@@ -255,7 +255,7 @@
 
 	uint32 _currentSection;
 
-	RandomSource _rnd;
+	Common::RandomSource _rnd;
 	
 	SkyScreen *_skyScreen;
 	SkyDisk *_skyDisk;





More information about the Scummvm-git-logs mailing list