[Scummvm-cvs-logs] SF.net SVN: scummvm: [32456] scummvm/trunk/engines/scumm/string.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Jun 1 12:37:14 CEST 2008


Revision: 32456
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32456&view=rev
Author:   Kirben
Date:     2008-06-01 03:37:14 -0700 (Sun, 01 Jun 2008)

Log Message:
-----------
Fix bug #1973247 - DIG: Subtitle glitch (Regression).

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/string.cpp

Modified: scummvm/trunk/engines/scumm/string.cpp
===================================================================
--- scummvm/trunk/engines/scumm/string.cpp	2008-06-01 10:22:57 UTC (rev 32455)
+++ scummvm/trunk/engines/scumm/string.cpp	2008-06-01 10:37:14 UTC (rev 32456)
@@ -1481,9 +1481,9 @@
 			text = (const byte *)"/NEW.009/glowing crystals";
 		else if (!strcmp((const char *)text, "pit"))
 			text = (const byte *)"/NEW.010/pit";
-		else if (!strcmp((const char *)text, "/NEWTON.032/"))
+		else if (!strcmp((const char *)text, "You wish."))
 			text = (const byte *)"/NEW.011/You wish.";
-		else if (!strcmp((const char *)text, "/NEWTON.034/"))
+		else if (!strcmp((const char *)text, "In your dreams."))
 			text = (const byte *)"/NEW.012/In your dreams";
 		else if (!strcmp((const char *)text, "left"))
 			text = (const byte *)"/CATHPLAT.068/left";


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