rename hidemouse to handlemouse since it got a lot more functionality now

This commit is contained in:
FunkyFr3sh 2018-11-16 08:58:39 +01:00
parent ec435d21d3
commit 55328cb497
7 changed files with 33 additions and 29 deletions

View file

@ -376,7 +376,7 @@ DWORD WINAPI render_d3d9_main(void)
}
}
if (!ddraw->hidemouse)
if (!ddraw->handlemouse)
{
ChildWindowExists = FALSE;
EnumChildWindows(ddraw->hWnd, EnumChildProc, (LPARAM)ddraw->primary);