[Scummvm-cvs-logs] SF.net SVN: scummvm:[55870] scummvm/trunk/engines/sci/resource_intern.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Feb 10 16:53:28 CET 2011


Revision: 55870
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55870&view=rev
Author:   thebluegr
Date:     2011-02-10 15:53:28 +0000 (Thu, 10 Feb 2011)

Log Message:
-----------
SCI: Fixed typo

Modified Paths:
--------------
    scummvm/trunk/engines/sci/resource_intern.h

Modified: scummvm/trunk/engines/sci/resource_intern.h
===================================================================
--- scummvm/trunk/engines/sci/resource_intern.h	2011-02-10 15:52:45 UTC (rev 55869)
+++ scummvm/trunk/engines/sci/resource_intern.h	2011-02-10 15:53:28 UTC (rev 55870)
@@ -37,7 +37,7 @@
 enum ResSourceType {
 	kSourceDirectory = 0,
 	kSourcePatch,			// External resource patches
-	kSourceVolume,			// Game resources (inside resource.* or ressci.*)
+	kSourceVolume,			// Game resources (resource.* or ressci.*)
 	kSourceExtMap,			// Non-audio resource maps
 	kSourceIntMap,			// SCI1.1 and later audio resource maps
 	kSourceAudioVolume,		// Audio resources - resource.sfx / resource.aud


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