[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound mpu401.cpp,1.21,1.22 mixer.cpp,1.127,1.128
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common util.h,1.24,1.25 util.cpp,1.19,1.20 timer.cpp,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound mpu401.cpp,1.21,1.22 mixer.cpp,1.127,1.128
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common util.h,1.24,1.25 util.cpp,1.19,1.20 timer.cpp,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list