turned of parachute to allow generation of core files

This commit is contained in:
Dave White 2003-10-29 23:01:21 +00:00
parent 4552a81d53
commit edab386c59

View file

@ -79,8 +79,7 @@ namespace {
CVideo::CVideo() : frameBuffer(NULL)
{
const int res =
SDL_Init( SDL_INIT_VIDEO | SDL_INIT_AUDIO ); // | SDL_INIT_NOPARACHUTE);
const int res = SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_NOPARACHUTE);
if(res < 0) {
std::cerr << "Could not initialize SDL: " << SDL_GetError() << "\n";