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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Mar 9 16:54:07 CET 2006


Revision: 21191
Author:   kirben
Date:     2006-03-09 16:53:09 -0800 (Thu, 09 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21191&view=rev

Log Message:
-----------
Revert that mistaken change to English verb table for C64 maniac

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/verbs.cpp
Modified: scummvm/trunk/engines/scumm/verbs.cpp
===================================================================
--- scummvm/trunk/engines/scumm/verbs.cpp	2006-03-10 00:39:37 UTC (rev 21190)
+++ scummvm/trunk/engines/scumm/verbs.cpp	2006-03-10 00:53:09 UTC (rev 21191)
@@ -47,8 +47,8 @@
 };
 
 static const VerbSettings C64VerbTable_English[] = {
-	{ 1,  7, 0,   0, "Open"},
-	{ 2,  7, 1,   0, "Close"},
+	{ 1,  8, 0,   0, "Open"},
+	{ 2,  8, 1,   0, "Close"},
 	{ 3,  0, 2,   4, "Give"},
 	{ 4, 32, 0,   0, "Turn on"},
 	{ 5, 32, 1,   0, "Turn off"},
@@ -58,12 +58,13 @@
 	{ 9,  0, 0,   0, "Push"},
 	{10,  0, 1,   0, "Pull"},
 	{11, 24, 2, 255, "Use"},
-	{12,  7, 2,   0, "Read"},
+	{12,  8, 2,   0, "Read"},
 	{13, 15, 0,   0, "Walk to"},
 	{14, 15, 1,   0, "Pick up"},
 	{15, 15, 2,   0, "What is"}
 };
 
+// FIXME: Replace * with the correct character
 static const VerbSettings C64VerbTable_German[] = {
 	{ 1,  0, 1,   0, "Ziehe"},
 	{ 2,  0, 0,   0, "Dr[cke"},


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