From 6c52a8629d0b94d72e20809818cb0fd5c3097c93 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 27 Jul 2005 19:26:53 +0000 Subject: (svn r2727) Fix last commit, don't ask --- win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32.c') diff --git a/win32.c b/win32.c index e4e7cc52e..18b268b15 100644 --- a/win32.c +++ b/win32.c @@ -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; -- cgit v1.2.3-70-g09d2