diff Game.cpp @ 2460:1921b140607a

VK_CONTROL
author Ritor1
date Thu, 31 Jul 2014 13:18:42 +0600
parents 83174b7b3763
children ff7f4995aa25
line wrap: on
line diff
--- a/Game.cpp	Wed Jul 30 11:19:53 2014 +0600
+++ b/Game.cpp	Thu Jul 31 13:18:42 2014 +0600
@@ -3575,7 +3575,7 @@
             pAudioPlayer->PlaySound((SoundID)(rand() % 2 + 204), 0, 0, -1, 0, 0, 0, 0);
           else
           {
-            if ( GetAsyncKeyState(16) )
+            if ( GetAsyncKeyState(VK_SHIFT) )
             {
               --uAction;
               if ( uAction < 0 )