Use a more simple way to detect unlock hotkey

This commit is contained in:
Toni Spets 2010-11-16 18:14:02 +02:00
parent 3e594b10c6
commit 790b5ab5ea
2 changed files with 5 additions and 22 deletions

2
main.h
View file

@ -75,8 +75,6 @@ typedef struct IDirectDrawImpl
BOOL mhack;
BOOL devmode;
BOOL key_ctrl;
BOOL key_tab;
} IDirectDrawImpl;
typedef struct IDirectDrawImplVtbl IDirectDrawImplVtbl;