View Single Post
Old March 23rd, 2009   #212 (permalink)
Luigi__
Formerly NHervé
 
Luigi__'s Avatar
 
Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
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..
Luigi__ is offline   Reply With Quote