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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Mar 9 16:40:01 CET 2006


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

Log Message:
-----------
Update German verbs for C64 maniac, to match original

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/verbs.cpp
Modified: scummvm/trunk/engines/scumm/verbs.cpp
===================================================================
--- scummvm/trunk/engines/scumm/verbs.cpp	2006-03-09 23:02:29 UTC (rev 21189)
+++ scummvm/trunk/engines/scumm/verbs.cpp	2006-03-10 00:39:37 UTC (rev 21190)
@@ -47,8 +47,8 @@
 };
 
 static const VerbSettings C64VerbTable_English[] = {
-	{ 1,  8, 0,   0, "Open"},
-	{ 2,  8, 1,   0, "Close"},
+	{ 1,  7, 0,   0, "Open"},
+	{ 2,  7, 1,   0, "Close"},
 	{ 3,  0, 2,   4, "Give"},
 	{ 4, 32, 0,   0, "Turn on"},
 	{ 5, 32, 1,   0, "Turn off"},
@@ -58,28 +58,28 @@
 	{ 9,  0, 0,   0, "Push"},
 	{10,  0, 1,   0, "Pull"},
 	{11, 24, 2, 255, "Use"},
-	{12,  8, 2,   0, "Read"},
+	{12,  7, 2,   0, "Read"},
 	{13, 15, 0,   0, "Walk to"},
 	{14, 15, 1,   0, "Pick up"},
 	{15, 15, 2,   0, "What is"}
 };
 
 static const VerbSettings C64VerbTable_German[] = {
-	{ 1,  6, 0,   0, "Zieh"},
-	{ 2,  6, 1,   0, "Druck"},
-	{ 3,  0, 2,   4, "Lies"},
-	{ 4, 29, 0,   0, "Schliess au"},
-	{ 5, 29, 1,   0, "Schalt ein"},
-	{ 6, 29, 2,   2, "Schalt aus"},
-	{ 7, 20, 0,   0, "Person"},
-	{ 8, 20, 1,   2, "Schliess"},
-	{ 9,  0, 0,   0, "Nimm"},
-	{10,  0, 1,   0, "Gib"},
-	{11, 20, 2, 255, "Reparier"},
-	{12,  6, 2,   0, "Offne"},
-	{13, 12, 0,   0, "Gehe zu"},
-	{14, 12, 1,   0, "Was ist"},
-	{15, 12, 2,   0, "Benutz"}
+	{ 1,  0, 1,   0, "Ziehe"},
+	{ 2,  0, 0,   0, "Dr[cke"},
+	{ 3,  7, 2,   4, "Lese"},
+	{ 4, 23, 0,   0, "Schlie*e auf"},
+	{ 5, 37, 1,   0, "Ein"},
+	{ 6, 37, 0,   0, "Aus"},
+	{ 7, 34, 2,   0, "Person"},
+	{ 8, 13, 1,   2, "Schlie*e"},
+	{ 9,  7, 1,   0, "Nimm"},
+	{10,  0, 2,   0, "Gebe"},
+	{11, 23, 1, 255, "Repariere"},
+	{12,  7, 0,   0, "}ffne"},
+	{13, 13, 0,   0, "Gehe zu"},
+	{14, 13, 2,   0, "Was ist"},
+	{15, 23, 2,   0, "Benutz"}
 };
 
 void ScummEngine_c64::initC64Verbs() {


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