Yeah. I don't know what causes this bug.
EDIT: I found the faulty line.
Code:
if((i >= DIK_F1) && (i <= DIK_F12)) continue;
This line is meant to prevent the use of hotkeys; however the DirectInput values for the numpad keys are within DIK_F1 and DIK_F12.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
Last edited by Luigi__; March 23rd, 2009 at 16:46..