[Scummvm-cvs-logs] CVS: scummvm TODO,1.83,1.84

Max Horn fingolfin at users.sourceforge.net
Mon Feb 16 16:50:03 CET 2004


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

Modified Files:
	TODO 
Log Message:
save talkVolume

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- TODO	16 Feb 2004 20:35:42 -0000	1.83
+++ TODO	17 Feb 2004 00:40:52 -0000	1.84
@@ -36,7 +36,7 @@
 * In OSystem, replace all the TOGGLE properties by GET/SET ones. E.g.
   instead of PROP_TOGGLE_FULLSCREEN have PROP_SET_FULLSCREEN and
   PROP_GET_FULLSCREEN.
-  Alternatively (my prefered solution) use plain methods for this:
+  Alternatively (my preferred solution) use plain methods for this:
     void OSystem::setFullscreen(bool)
   and
     bool OSystem::getFullscreen()
@@ -177,7 +177,6 @@
 
 SCUMM
 =====
-* Add actor talkVolume to savegames
 * Fix C64 costume code
 * Make it possible to restart games properly
 * Add support for handling Kanji in FM Towns games (foreground is rendered on a





More information about the Scummvm-git-logs mailing list