aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorChris Apers2007-02-18 17:53:44 +0000
committerChris Apers2007-02-18 17:53:44 +0000
commit619d8e87f15d43fc71b2071ebb5a84ce37e3115b (patch)
tree8d83f4b8184a98ff15c008583d09dae1c4944b20 /engines/scumm
parent5b214090f735827ab6711f960cd1f4daf098ff17 (diff)
downloadscummvm-rg350-619d8e87f15d43fc71b2071ebb5a84ce37e3115b.tar.gz
scummvm-rg350-619d8e87f15d43fc71b2071ebb5a84ce37e3115b.tar.bz2
scummvm-rg350-619d8e87f15d43fc71b2071ebb5a84ce37e3115b.zip
French keyboard is 'azerty' not 'awert'
svn-id: r25693
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/script_v2.cpp b/engines/scumm/script_v2.cpp
index d0be273547..2fff7379db 100644
--- a/engines/scumm/script_v2.cpp
+++ b/engines/scumm/script_v2.cpp
@@ -863,7 +863,7 @@ void ScummEngine_v2::o2_verbOps() {
// FIXME: these keyboard map depends on the language of the game.
// E.g. a german keyboard has 'z' and 'y' swapped, while a french
- // keyboard starts with "awert", etc.
+ // keyboard starts with "azerty", etc.
if (_game.platform == Common::kPlatformNES) {
static const char keyboard[] = {
'q','w','e','r',