diff Keyboard.cpp @ 3:bf31c505f4d3

13.01.13(MainMenuMessageProc())
author Ritor1
date Sun, 13 Jan 2013 17:41:47 +0600
parents 9c0607679772
children f4d7a9a8c363 2b0c652cc165
line wrap: on
line diff
--- a/Keyboard.cpp	Sun Jan 13 01:47:51 2013 +0600
+++ b/Keyboard.cpp	Sun Jan 13 17:41:47 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) )