summaryrefslogtreecommitdiff
path: root/src/gfx.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-04 23:28:26 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-04 23:28:26 +0000
commita08ee7dc825192d933d836514252e09bbcf313dc (patch)
tree0392c028a3fcb2595bf5a90d52f7adc71983eb9b /src/gfx.c
parent6a86fc4668ce7e213330bb78aff45c578e159f54 (diff)
Devel snapshot - still doesn't work
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c2
1 files changed, 2 insertions, 0 deletions
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);
}