From 6043bc906103b43e7b343a715f0fdd15b7779d35 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 16 Jun 2021 07:47:08 +0200 Subject: [PATCH] Revert "fix" This reverts commit c4e8b9f2491168f5c9f9bcb28a4755418385572d. --- src/winapi_hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winapi_hooks.c b/src/winapi_hooks.c index 15fc67c..ffe59c7 100644 --- a/src/winapi_hooks.c +++ b/src/winapi_hooks.c @@ -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;