This commit is contained in:
FunkyFr3sh 2021-06-16 06:58:00 +02:00
parent 684224b833
commit 3ffd113050

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;