aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2003-02-05 19:50:10 +0000
committerMax Horn2003-02-05 19:50:10 +0000
commit3d70c8b2e34da2fb88e50ef413cfcd4816dab379 (patch)
tree2c7f21f4f2e82dd6a6e75d49ed48fe4b397b8ded /simon
parent53fd53fe4bc8abb54d0de85561f8d7931b02250c (diff)
downloadscummvm-rg350-3d70c8b2e34da2fb88e50ef413cfcd4816dab379.tar.gz
scummvm-rg350-3d70c8b2e34da2fb88e50ef413cfcd4816dab379.tar.bz2
scummvm-rg350-3d70c8b2e34da2fb88e50ef413cfcd4816dab379.zip
oops
svn-id: r6588
Diffstat (limited to 'simon')
-rw-r--r--simon/verb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/verb.cpp b/simon/verb.cpp
index 13c0b919cb..21ce1fb591 100644
--- a/simon/verb.cpp
+++ b/simon/verb.cpp
@@ -121,7 +121,7 @@ void SimonState::focusVerb(uint hitarea_id)
default: verb_prep_names = english_verb_prep_names; break;
}
CHECK_BOUNDS(hitarea_id, verb_prep_names);
- txt = english_verb_prep_names[hitarea_id];
+ txt = verb_prep_names[hitarea_id];
} else {
txt = verb_names[hitarea_id];
}