diff options
| -rw-r--r-- | engines/scumm/script_v2.cpp | 2 | 
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',  | 
