[Scummvm-cvs-logs] SF.net SVN: scummvm:[55022] scummvm/trunk/engines/sci/sci.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Dec 23 13:54:48 CET 2010


Revision: 55022
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55022&view=rev
Author:   thebluegr
Date:     2010-12-23 12:54:47 +0000 (Thu, 23 Dec 2010)

Log Message:
-----------
SCI: Fixed typo

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.cpp

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-12-23 07:54:54 UTC (rev 55021)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-12-23 12:54:47 UTC (rev 55022)
@@ -831,7 +831,7 @@
 				|| getGameId() == GID_FREDDYPHARKAS
 				// TODO: The following need script patches for simultaneous speech and subtitles
 				//|| getGameId() == GID_KQ6
-				//|| getGameId() == GID_LB2
+				//|| getGameId() == GID_LAURABOW2
 				) {
 				_gamestate->variables[VAR_GLOBAL][90] = make_reg(0, 3);	// speech + subtitles
 			} else {


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