--- blobAndConquer-0.90/src/init.cpp~ 2007-05-23 22:40:47.000000000 +0200 +++ blobAndConquer-0.90/src/init.cpp 2007-05-23 22:40:47.000000000 +0200 @@ -506,8 +506,9 @@ SDL_JoystickClose(engine->joystick); } +/* Disable this it causes us to segfault on exit (at_exit that is) debug(("Closing SDL Sub System...\n")); - SDL_Quit(); + SDL_Quit(); */ debug(("All Done.\n"));m }