mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
fix
This commit is contained in:
parent
f1bcff220d
commit
c4e8b9f249
@ -116,7 +116,7 @@ int WINAPI fake_ShowCursor(BOOL bShow)
|
|||||||
{
|
{
|
||||||
static int count;
|
static int count;
|
||||||
|
|
||||||
if (g_ddraw)
|
//if (g_ddraw)
|
||||||
return real_ShowCursor(bShow);
|
return real_ShowCursor(bShow);
|
||||||
|
|
||||||
return bShow ? ++count : --count;
|
return bShow ? ++count : --count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user