mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
Revert "fix"
This reverts commit c4e8b9f2491168f5c9f9bcb28a4755418385572d.
This commit is contained in:
parent
c4e8b9f249
commit
6043bc9061
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user