aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/verbs.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-03-05 09:05:44 +0000
committerTravis Howell2006-03-05 09:05:44 +0000
commit279ad67506c42d2a9c6fab36e58d456f78f6d5d6 (patch)
treef44964a9a40af0f9c8cd1b3d49c93ea1e0334fb0 /engines/scumm/verbs.cpp
parent7a9ed5425be0187d403394199e71c82136b29108 (diff)
downloadscummvm-rg350-279ad67506c42d2a9c6fab36e58d456f78f6d5d6.tar.gz
scummvm-rg350-279ad67506c42d2a9c6fab36e58d456f78f6d5d6.tar.bz2
scummvm-rg350-279ad67506c42d2a9c6fab36e58d456f78f6d5d6.zip
Correct case of verb names in C64 Maniac
svn-id: r21090
Diffstat (limited to 'engines/scumm/verbs.cpp')
-rw-r--r--engines/scumm/verbs.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/scumm/verbs.cpp b/engines/scumm/verbs.cpp
index 0768f55fcc..eac36759fd 100644
--- a/engines/scumm/verbs.cpp
+++ b/engines/scumm/verbs.cpp
@@ -50,8 +50,8 @@ static const VerbSettings C64VerbTable_English[] = {
{ 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"},
+ { 4, 32, 0, 0, "Turn on"},
+ { 5, 32, 1, 0, "Turn off"},
{ 6, 32, 2, 2, "Fix"},
{ 7, 24, 0, 0, "New Kid"},
{ 8, 24, 1, 2, "Unlock"},
@@ -59,9 +59,9 @@ static const VerbSettings C64VerbTable_English[] = {
{10, 0, 1, 0, "Pull"},
{11, 24, 2, 255, "Use"},
{12, 8, 2, 0, "Read"},
- {13, 15, 0, 0, "Walk To"},
- {14, 15, 1, 0, "Pick Up"},
- {15, 15, 2, 0, "What Is"}
+ {13, 15, 0, 0, "Walk to"},
+ {14, 15, 1, 0, "Pick up"},
+ {15, 15, 2, 0, "What is"}
};
static const VerbSettings C64VerbTable_German[] = {