From a08ee7dc825192d933d836514252e09bbcf313dc Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 4 Jan 2004 23:28:26 +0000 Subject: Devel snapshot - still doesn't work --- src/gfx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gfx.c') diff --git a/src/gfx.c b/src/gfx.c index 739b876..a2d1623 100644 --- a/src/gfx.c +++ b/src/gfx.c @@ -190,6 +190,8 @@ void GFXInit(void) SDL_ShowCursor(SDL_DISABLE); SDL_WM_SetCaption("eSPEC","eSPEC"); + + atexit(SDL_Quit); } -- cgit v1.2.3