[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.458,2.459 object.cpp,1.232,1.233 resource.cpp,1.319,1.320 scumm.cpp,1.459,1.460
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common config-manager.h,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.458,2.459 object.cpp,1.232,1.233 resource.cpp,1.319,1.320 scumm.cpp,1.459,1.460
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common config-manager.h,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list