comparison UI/UiGame.cpp @ 1459:2ca62c9e7b3c

Function names
author Nomad
date Wed, 21 Aug 2013 16:06:50 +0200
parents 934074e7fcc1
children c987b5ed09af
comparison
equal deleted inserted replaced
1458:934074e7fcc1 1459:2ca62c9e7b3c
807 pGUIWindow2->DrawFlashingInputCursor(v3 + 13, 357, pFontLucida); 807 pGUIWindow2->DrawFlashingInputCursor(v3 + 13, 357, pFontLucida);
808 return; 808 return;
809 } 809 }
810 if ( pKeyActionMap->pPressedKeysBuffer[0] ) 810 if ( pKeyActionMap->pPressedKeysBuffer[0] )
811 { 811 {
812 pKeyActionMap->SetWindowInputStatus(0); 812 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_NONE);
813 goto LABEL_15; 813 goto LABEL_15;
814 } 814 }
815 } 815 }
816 816
817 817