[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.186,1.187

Max Horn fingolfin at users.sourceforge.net
Sat Sep 13 04:27:12 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv5195

Modified Files:
	script_v5.cpp 
Log Message:
clarified Loom related comments

Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- script_v5.cpp	13 Sep 2003 07:04:20 -0000	1.186
+++ script_v5.cpp	13 Sep 2003 11:26:51 -0000	1.187
@@ -1779,7 +1779,7 @@
 		warning("o5_resourceRoutines %d not yet handled (script %d)", _opcode & 0x3F,  vm.slot[_currentScript].number);
 		break;
 	case 35:
-		// Might be used to set CD volume
+		// TODO: Might be used to set CD volume in LoomCD
 		foo = getVarOrDirectByte(0x40);
 		warning("o5_resourceRoutines %d not yet handled (script %d)", _opcode & 0x3F,  vm.slot[_currentScript].number);
 		break;
@@ -2221,7 +2221,7 @@
 			result = _sound->getCurrentCDSound();
 			break;
 		case 0xFF:
-			// Might return current CD volume, used in Loom.
+			// TODO: Might return current CD volume in LoomCD.
 			break;
 		default:
 			// TODO: return track length in seconds. We'll have to extend Sound and OSystem for this.





More information about the Scummvm-git-logs mailing list