Revert "fix"

This reverts commit c4e8b9f249.
This commit is contained in:
FunkyFr3sh 2021-06-16 07:47:08 +02:00
parent c4e8b9f249
commit 6043bc9061

View file

@ -116,7 +116,7 @@ int WINAPI fake_ShowCursor(BOOL bShow)
{
static int count;
//if (g_ddraw)
if (g_ddraw)
return real_ShowCursor(bShow);
return bShow ? ++count : --count;