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

cyx at users.sourceforge.net cyx at users.sourceforge.net
Mon Feb 5 23:50:00 CET 2007


Revision: 25397
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25397&view=rev
Author:   cyx
Date:     2007-02-05 14:49:58 -0800 (Mon, 05 Feb 2007)

Log Message:
-----------
typo

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

Modified: scummvm/trunk/engines/scumm/string.cpp
===================================================================
--- scummvm/trunk/engines/scumm/string.cpp	2007-02-05 22:47:22 UTC (rev 25396)
+++ scummvm/trunk/engines/scumm/string.cpp	2007-02-05 22:49:58 UTC (rev 25397)
@@ -1247,7 +1247,7 @@
 			text = (const byte *)"/CATHPLAT.068/left";
 		else if (!strcmp((const char *)text, "right"))
 			text = (const byte *)"/CATHPLAT.070/right";
-		else if (!strcmp((const char *)text, "right"))
+		else if (!strcmp((const char *)text, "top"))
 			text = (const byte *)"/CATHPLAT.067/top";
 		else if (!strcmp((const char *)text, "exit"))
 			text = (const byte *)"/SKY.008/exit";


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