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

Travis Howell kirben at users.sourceforge.net
Sat Sep 13 00:05:05 CEST 2003


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

Modified Files:
	script_v5.cpp 
Log Message:

Add comments from Hibernatus


Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- script_v5.cpp	13 Sep 2003 04:38:37 -0000	1.185
+++ script_v5.cpp	13 Sep 2003 07:04:20 -0000	1.186
@@ -1779,7 +1779,7 @@
 		warning("o5_resourceRoutines %d not yet handled (script %d)", _opcode & 0x3F,  vm.slot[_currentScript].number);
 		break;
 	case 35:
-		// TODO
+		// Might be used to set CD volume
 		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:
-			// Unknown, used in Loom.
+			// Might return current CD volume, used in Loom.
 			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