parent
c4e8b9f249
commit
6043bc9061
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue