summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-27 19:25:50 +0000
committertron <tron@openttd.org>2005-07-27 19:25:50 +0000
commitc43653b565d8a9c98558dc8b407577e80d341ff0 (patch)
tree10e28201b278115a06fb684d41487e35708e14f9 /win32.c
parent286f8726d5453ecb05c16a29e0e652210e04bda9 (diff)
downloadopenttd-c43653b565d8a9c98558dc8b407577e80d341ff0.tar.xz
(svn r2726) Fix last commit
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index e99490e9d..e4e7cc52e 100644
--- a/win32.c
+++ b/win32.c
@@ -40,6 +40,8 @@ static bool _has_console;
#endif
+static bool cursor_visible = true;
+
bool MyShowCursor(bool show)
{
if (_wnd.cursor_visible == show) return show;