[Scummvm-cvs-logs] SF.net SVN: scummvm:[55679] scummvm/trunk/engines/saga

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Jan 31 12:45:24 CET 2011


Revision: 55679
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55679&view=rev
Author:   thebluegr
Date:     2011-01-31 11:45:24 +0000 (Mon, 31 Jan 2011)

Log Message:
-----------
SAGA: Fixed some typos, and removed an obsolete comment

Modified Paths:
--------------
    scummvm/trunk/engines/saga/resource.cpp
    scummvm/trunk/engines/saga/resource_res.cpp

Modified: scummvm/trunk/engines/saga/resource.cpp
===================================================================
--- scummvm/trunk/engines/saga/resource.cpp	2011-01-31 11:40:40 UTC (rev 55678)
+++ scummvm/trunk/engines/saga/resource.cpp	2011-01-31 11:45:24 UTC (rev 55679)
@@ -117,7 +117,7 @@
 			// Skip the MacBinary headers, and read the resource data.
 			return loadRes(MAC_BINARY_HEADER_SIZE, macDataSize);
 		} else {
-			// Unpack MacBinady packed MIDI files
+			// Unpack MacBinary packed MIDI files
 			return loadMacMIDI();
 		}
 	}
@@ -127,9 +127,9 @@
 
 	processPatches(resource, vm->getPatchDescriptions());
 
-	// Close the file if it's part of a series of files
+	// Close the file if it's part of a series of files.
 	// This prevents having all voice files open in IHNM for no reason, as each chapter uses
-	// a different voice file
+	// a different voice file.
 	if (_serial > 0)
 		_file.close();
 

Modified: scummvm/trunk/engines/saga/resource_res.cpp
===================================================================
--- scummvm/trunk/engines/saga/resource_res.cpp	2011-01-31 11:40:40 UTC (rev 55678)
+++ scummvm/trunk/engines/saga/resource_res.cpp	2011-01-31 11:45:24 UTC (rev 55679)
@@ -50,8 +50,6 @@
 
 	_vm->_script->_globalVoiceLUT.clear();
 
-	// TODO: close chapter context, or rather reassign it in our case
-
 	ResourceContext *resourceContext;
 	ResourceContext *soundContext;
 	uint i;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list