[Scummvm-cvs-logs] CVS: scummvm/scumm script_v80he.cpp,2.100,2.101

Max Horn fingolfin at users.sourceforge.net
Sat Apr 23 10:02:52 CEST 2005


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

Modified Files:
	script_v80he.cpp 
Log Message:
This code should be revised...

Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.100
retrieving revision 2.101
diff -u -d -r2.100 -r2.101
--- script_v80he.cpp	23 Apr 2005 01:57:46 -0000	2.100
+++ script_v80he.cpp	23 Apr 2005 17:02:38 -0000	2.101
@@ -494,6 +494,10 @@
 
 	// we pretend that we don't have .ini file
 	type = fetchScriptByte();
+	
+	// FIXME: Consider using ConfigFile here instead of abusing the ConfigManager.
+	// If there are problems with this, feel free to talk to Fingolfin on how
+	// ConfigFile could be improved to suit your needs...
 
 	switch (type) {
 	case 43: // HE 100





More information about the Scummvm-git-logs mailing list