mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 16:10:54 +02:00
Revert "Merge branch 'master' into master"
This reverts commitb91fab3474, reversing changes made to78812727c7.
This commit is contained in:
@@ -372,7 +372,7 @@ bool WWKeyboardClass::Down(unsigned short key)
|
||||
return g_globalKeyFlags & GadgetClass::RIGHTPRESS;
|
||||
}
|
||||
|
||||
return UserInput.KeyB.Key_Down((KeyNumType)key);
|
||||
return(GetAsyncKeyState(key & 0xFF) == 0 ? false : true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user