Change unlock combination to Ctrl+Tab which doesn't conflict with any game bindings

This commit is contained in:
Toni Spets 2010-10-24 21:51:30 +03:00
parent 271622e1f5
commit 7595f6d7e5
2 changed files with 6 additions and 6 deletions

2
main.h
View file

@ -45,7 +45,7 @@ typedef struct IDirectDrawImpl
BOOL locked;
BOOL key_ctrl;
BOOL key_alt;
BOOL key_tab;
HMODULE real_dll;
LPDIRECTDRAW real_ddraw;