diff Keyboard.cpp @ 77:8b0c4d626477

Party movement
author Nomad
date Sun, 28 Oct 2012 18:51:52 +0200
parents 8b8875f5b359
children af624eaf2fc5
line wrap: on
line diff
--- a/Keyboard.cpp	Sat Oct 27 22:25:38 2012 +0200
+++ b/Keyboard.cpp	Sun Oct 28 18:51:52 2012 +0200
@@ -716,9 +716,9 @@
     return VK_UP;
   if ( !strcmp(Str, "DOWN") )
     return VK_DOWN;
-  if ( !strcmp(Str, ascii_4E2D48) )
+  if (!strcmp(Str, "бкебн") || !strcmp(Str, "LEFT"))
     return VK_LEFT;
-  if ( !strcmp(Str, ascii_4E2D40) )
+  if (!strcmp(Str, "бопюбн") || !strcmp(Str, "RIGHT"))
     return VK_RIGHT;
   if ( !strcmp(Str, "RETURN") )
     return VK_RETURN;