Allow disabling mouse hacks
This commit is contained in:
parent
d881b92c1c
commit
924a5254a8
3 changed files with 21 additions and 4 deletions
9
mouse.c
9
mouse.c
|
@ -168,7 +168,10 @@ void mouse_unlock()
|
|||
|
||||
void mouse_init(HWND hWnd)
|
||||
{
|
||||
SetCursor(LoadCursor(NULL, IDC_ARROW));
|
||||
hack_iat(&hacks[0]);
|
||||
mouse_active = TRUE;
|
||||
if(ddraw->mhack)
|
||||
{
|
||||
SetCursor(LoadCursor(NULL, IDC_ARROW));
|
||||
hack_iat(&hacks[0]);
|
||||
mouse_active = TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue