From b95262a16e1561e91b2e60a640c8c9f439d68eb8 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 17 Jan 2010 16:31:03 +0000 Subject: Restore the original cursor when shutting down video code, this should hopefully fix the problem with the mouse cursor disappearing when exiting on Win9x (thanks Janizdreg). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1819 --- src/i_video.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/i_video.c') diff --git a/src/i_video.c b/src/i_video.c index 481ee0ea..6936532d 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -402,6 +402,7 @@ void I_ShutdownGraphics(void) { if (initialized) { + SDL_SetCursor(cursors[1]); SDL_ShowCursor(1); SDL_WM_GrabInput(SDL_GRAB_OFF); -- cgit v1.2.3