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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Apr 10 18:18:30 CEST 2008


Revision: 31465
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31465&view=rev
Author:   lordhoto
Date:     2008-04-10 09:18:29 -0700 (Thu, 10 Apr 2008)

Log Message:
-----------
Made KyraEngine::startup just loading soundfile instead of also playing track 0.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-04-10 15:41:06 UTC (rev 31464)
+++ scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-04-10 16:18:29 UTC (rev 31465)
@@ -401,7 +401,7 @@
 	if (!_scriptInterpreter->loadScript("_NPC.EMC", _npcScriptData, &_opcodes))
 		error("Could not load \"_NPC.EMC\" script");
 
-	snd_playTheme(1, 0);
+	snd_playTheme(1, -1);
 	if (_gameToLoad == -1) {
 		enterNewScene(_currentCharacter->sceneId, _currentCharacter->facing, 0, 0, 1);
 		if (_abortIntroFlag && _skipIntroFlag) {


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