[Scummvm-cvs-logs] CVS: scummvm TODO,1.100,1.101

Max Horn fingolfin at users.sourceforge.net
Sat Mar 13 10:54:00 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11963

Modified Files:
	TODO 
Log Message:
Patch #902111: Change remaining random function calls to use RandomSource

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- TODO	7 Mar 2004 10:25:43 -0000	1.100
+++ TODO	13 Mar 2004 18:44:09 -0000	1.101
@@ -29,12 +29,6 @@
   of the subdirs). Better would be to introduce a somewhat higher level API,
   a replacement for File::open() which (optionally) takes a list of subdirs.
   E.g. for Scumm, only certain files are to be expected in the VIDEO subdir).
-* Use RandomSource for all random numbers. Right now there are a few places
-  where we don't:
-  - sound/fmopl.cpp uses rand() in one function
-  - backends/midi/adlib.cpp has its own random_nr() function.
-  Any others?
-  
 
 Build System
 ============





More information about the Scummvm-git-logs mailing list