diff Keyboard.cpp @ 1031:f93d17337113

UI stuff.
author Nomad
date Tue, 21 May 2013 14:34:14 +0200
parents d720a13e2273
children 39f42990698f
line wrap: on
line diff
--- a/Keyboard.cpp	Tue May 21 12:52:38 2013 +0200
+++ b/Keyboard.cpp	Tue May 21 14:34:14 2013 +0200
@@ -44,9 +44,9 @@
 
   ResetKeys();
 
-  dword_506E68 = -1;
+  uGameMenuUI_CurentlySelectedKeyIdx = -1;
 }
-// 506E68: using guessed type int dword_506E68;
+// 506E68: using guessed type int uGameMenuUI_CurentlySelectedKeyIdx;
 
 //----- (00459CC4) --------------------------------------------------------
 void KeyboardActionMapping::SetDefaultMapping()
@@ -155,7 +155,7 @@
   int v3; // [sp-4h] [bp-4h]@3
 
   pKeyActionMap->uLastKeyPressed = a2;
-  if ( dword_506E68 == -1 )
+  if ( uGameMenuUI_CurentlySelectedKeyIdx == -1 )
   {
     if ( pKeyActionMap->field_204 == 1 )
     {
@@ -215,7 +215,7 @@
   pKeyActionMap->_459ED1(v3);
   return 1;
 }
-// 506E68: using guessed type int dword_506E68;
+// 506E68: using guessed type int uGameMenuUI_CurentlySelectedKeyIdx;
 
 //----- (00459FFC) --------------------------------------------------------
 void KeyboardActionMapping::ReadMappings()