diff UI/UiGame.cpp @ 1459:2ca62c9e7b3c

Function names
author Nomad
date Wed, 21 Aug 2013 16:06:50 +0200
parents 934074e7fcc1
children c987b5ed09af
line wrap: on
line diff
--- a/UI/UiGame.cpp	Wed Aug 21 14:26:36 2013 +0200
+++ b/UI/UiGame.cpp	Wed Aug 21 16:06:50 2013 +0200
@@ -809,7 +809,7 @@
   }
   if ( pKeyActionMap->pPressedKeysBuffer[0] )
   {
-    pKeyActionMap->SetWindowInputStatus(0);
+    pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_NONE);
     goto LABEL_15;
   }
 }