aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2009-06-21 11:42:45 +0000
committerPaul Gilbert2009-06-21 11:42:45 +0000
commit31f40cd47e691e92088552246649d42bcaa1e661 (patch)
treeca8c7a9e06edfc2491ac1548531419040035caec
parent382af0407f1ed5e1447a783822a327d3cc4f17cd (diff)
downloadscummvm-rg350-31f40cd47e691e92088552246649d42bcaa1e661.tar.gz
scummvm-rg350-31f40cd47e691e92088552246649d42bcaa1e661.tar.bz2
scummvm-rg350-31f40cd47e691e92088552246649d42bcaa1e661.zip
Changed .SPL (sound effect) loading to load the Adlib version of sound effects - sound effects now work
svn-id: r41725
-rw-r--r--engines/cruise/cruise_main.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp
index 39c90efb28..938e823fe9 100644
--- a/engines/cruise/cruise_main.cpp
+++ b/engines/cruise/cruise_main.cpp
@@ -293,15 +293,15 @@ int loadFileSub1(uint8 **ptr, const char *name, uint8 *ptr2) {
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");