(svn r2727) Fix last commit, don't ask

pull/155/head
tron 19 years ago
parent 2435589804
commit 8afa32d470

@ -44,9 +44,9 @@ static bool cursor_visible = true;
bool MyShowCursor(bool show)
{
if (_wnd.cursor_visible == show) return show;
if (cursor_visible == show) return show;
_wnd.cursor_visible = show;
cursor_visible = show;
ShowCursor(show);
return !show;

Loading…
Cancel
Save