(svn r2726) Fix last commit

This commit is contained in:
tron
2005-07-27 19:25:50 +00:00
parent 286f8726d5
commit c43653b565
2 changed files with 2 additions and 2 deletions

View File

@@ -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;