turned of parachute to allow generation of core files
This commit is contained in:
parent
4552a81d53
commit
edab386c59
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue