diff Keyboard.cpp @ 208:af624eaf2fc5 tip

14.01.13
author Ritor1
date Mon, 14 Jan 2013 10:39:01 +0600
parents 8b0c4d626477
children
line wrap: on
line diff
--- a/Keyboard.cpp	Thu Jan 10 18:03:33 2013 +0600
+++ b/Keyboard.cpp	Mon Jan 14 10:39:01 2013 +0600
@@ -111,7 +111,7 @@
 }
 
 //----- (00459E5A) --------------------------------------------------------
-void KeyboardActionMapping::_459E5A(int a2, int a3, GUIWindow *pWindow)
+void KeyboardActionMapping::EnterText(int a2, int pNumWord, GUIWindow *pWindow)
 {
   KeyboardActionMapping *v4; // esi@1
 
@@ -122,7 +122,7 @@
     v4->field_204 = 2;
   else
     v4->field_204 = 1;
-  v4->field_FC = a3;
+  v4->field_FC = pNumWord;
   v4->pWindow = pWindow;
   pWindow->field_40 = 1;
   if ( LOBYTE(pGame->pKeyboardInstance->bUsingAsynKeyboard) )