[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.89,1.90
Max Horn
fingolfin at users.sourceforge.net
Sat Oct 4 04:51:02 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv25712/simon
Modified Files:
simon.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: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- simon.h 3 Oct 2003 19:42:27 -0000 1.89
+++ simon.h 4 Oct 2003 11:50:21 -0000 1.90
@@ -347,7 +347,7 @@
byte *_sdl_buf;
byte *_sdl_buf_attached;
- RandomSource _rnd;
+ Common::RandomSource _rnd;
byte *_vc_10_base_ptr_old;
byte _hebrew_char_widths[32];
More information about the Scummvm-git-logs
mailing list