[Scummvm-cvs-logs] SF.net SVN: scummvm:[41725] scummvm/trunk/engines/cruise/cruise_main.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Jun 21 13:42:45 CEST 2009


Revision: 41725
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41725&view=rev
Author:   dreammaster
Date:     2009-06-21 11:42:45 +0000 (Sun, 21 Jun 2009)

Log Message:
-----------
Changed .SPL (sound effect) loading to load the Adlib version of sound effects - sound effects now work

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/cruise_main.cpp

Modified: scummvm/trunk/engines/cruise/cruise_main.cpp
===================================================================
--- scummvm/trunk/engines/cruise/cruise_main.cpp	2009-06-21 05:13:29 UTC (rev 41724)
+++ scummvm/trunk/engines/cruise/cruise_main.cpp	2009-06-21 11:42:45 UTC (rev 41725)
@@ -293,15 +293,15 @@
 	if (!strcmp(buffer, ".SPL")) {
 		removeExtention(name, buffer);
 
-		// if (useH32)
-		{
-			strcat(buffer, ".H32");
-		}
-		/* else
+		/* if (useH32)
+		 *{
+		 *	strcat(buffer, ".H32");
+		 *}
+		 * else
 		 * if (useAdlib)
-		 * {
-		 * strcatuint8(buffer,".ADL");
-		 * }
+		 * { */
+		 strcat(buffer,".ADL");
+		/* }
 		 * else
 		 * {
 		 * strcatuint8(buffer,".HP");


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