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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sun Feb 18 18:53:45 CET 2007


Revision: 25693
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25693&view=rev
Author:   chrilith
Date:     2007-02-18 09:53:44 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
French keyboard is 'azerty' not 'awert'

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/script_v2.cpp

Modified: scummvm/trunk/engines/scumm/script_v2.cpp
===================================================================
--- scummvm/trunk/engines/scumm/script_v2.cpp	2007-02-18 17:47:24 UTC (rev 25692)
+++ scummvm/trunk/engines/scumm/script_v2.cpp	2007-02-18 17:53:44 UTC (rev 25693)
@@ -863,7 +863,7 @@
 
 		// 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',


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