[Scummvm-cvs-logs] SF.net SVN: scummvm: [28134] tools/trunk/compress_saga.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jul 18 03:16:04 CEST 2007


Revision: 28134
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28134&view=rev
Author:   thebluegr
Date:     2007-07-17 18:16:03 -0700 (Tue, 17 Jul 2007)

Log Message:
-----------
Disable support of compressed sound files for IHNM for now, as they're not supported by the engine yet

Modified Paths:
--------------
    tools/trunk/compress_saga.cpp

Modified: tools/trunk/compress_saga.cpp
===================================================================
--- tools/trunk/compress_saga.cpp	2007-07-17 22:46:58 UTC (rev 28133)
+++ tools/trunk/compress_saga.cpp	2007-07-18 01:16:03 UTC (rev 28134)
@@ -67,6 +67,8 @@
 	{"ite voices.bin",				true,		"dba92ae7d57e942250fe135609708369", kSoundMacPCM,	22050,		false}	// MacBinary
 };
 
+#if 0
+// Disabled for now
 // Known IHNM files
 static GameFileDescription IHNM_GameFiles[] = {
 	//	Filename					swapEndian	md5									resourceType	frequency	stereo
@@ -111,6 +113,7 @@
 	{"voices5.res",					false,		"f4c415de7c03de86b73f9a12b8bd632f", kSoundWAV,		-1,			false},
 	{"voices6.res",					false,		"3fc5358a5d8eee43bdfab2740276572e", kSoundWAV,		-1,			false}
 };
+#endif
 
 // --------------------------------------------------------------------------------
 
@@ -133,12 +136,16 @@
 		ITE_GameFiles,
 	},
 
+#if 0
+	// Disabled for now
 	// I Have No Mouth And I Must Scream
 	{
 		GType_IHNM,
 		ARRAYSIZE(IHNM_GameFiles),
 		IHNM_GameFiles,
 	},
+#endif
+
 };
 
 typedef struct  {


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