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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jun 26 01:04:43 CEST 2009


Revision: 41893
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41893&view=rev
Author:   lordhoto
Date:     2009-06-25 23:04:43 +0000 (Thu, 25 Jun 2009)

Log Message:
-----------
For now always enable voices in PC98 version of LoL.

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

Modified: scummvm/trunk/engines/kyra/script_tim.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_tim.cpp	2009-06-25 23:04:32 UTC (rev 41892)
+++ scummvm/trunk/engines/kyra/script_tim.cpp	2009-06-25 23:04:43 UTC (rev 41893)
@@ -304,7 +304,7 @@
 			memcpy(filename, text+1, end-1-text);
 	}
 
-	if (filename[0] && _vm->speechEnabled())
+	if (filename[0] && (_vm->speechEnabled() || _vm->gameFlags().platform == Common::kPlatformPC98))
 		_vm->sound()->voicePlay(filename);
 
 	if (text[0] == '$')


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