[Scummvm-cvs-logs] SF.net SVN: scummvm:[39875] scummvm/trunk/engines/kyra

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Mon Apr 6 19:09:02 CEST 2009


Revision: 39875
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39875&view=rev
Author:   athrxx
Date:     2009-04-06 17:09:02 +0000 (Mon, 06 Apr 2009)

Log Message:
-----------
LOL: startup fix for floppy version

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/resource.cpp
    scummvm/trunk/engines/kyra/script_tim.cpp

Modified: scummvm/trunk/engines/kyra/resource.cpp
===================================================================
--- scummvm/trunk/engines/kyra/resource.cpp	2009-04-06 13:59:36 UTC (rev 39874)
+++ scummvm/trunk/engines/kyra/resource.cpp	2009-04-06 17:09:02 UTC (rev 39875)
@@ -125,7 +125,7 @@
 
 		if (!_vm->gameFlags().isTalkie) {
 			static const char * const list[] = {
-				"GENERAL.PAK", "STARTUP.PAK", 0
+				"GENERAL.PAK", 0
 			};
 
 			loadProtectedFiles(list);

Modified: scummvm/trunk/engines/kyra/script_tim.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_tim.cpp	2009-04-06 13:59:36 UTC (rev 39874)
+++ scummvm/trunk/engines/kyra/script_tim.cpp	2009-04-06 17:09:02 UTC (rev 39875)
@@ -619,7 +619,7 @@
 	if (index < ARRAYSIZE(_vocFiles) && !_vocFiles[index].empty())
 		vm()->sound()->voicePlay(_vocFiles[index].c_str(), volume, true);
 	else
-		vm()->snd_playSoundEffect(index, volume);
+		vm()->sound()->playSoundEffect(index);
 
 	return 1;
 }


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