fixed unwanted app quitting; commented out check of gfx_window_open(); ticket #550

This commit is contained in:
Dominik Geyer 2008-11-07 15:35:22 +00:00
parent 532b1e25d6
commit b6eb96b7ae
2 changed files with 3 additions and 0 deletions

View file

@ -1610,8 +1610,10 @@ static void client_run()
inp_mouse_mode_relative();
}
/*
if(!gfx_window_open())
break;
*/
/* render */
if(config.cl_editor)

View file

@ -217,6 +217,7 @@ void inp_update()
/* other messages */
case SDL_QUIT:
/* TODO: cleaner exit */
exit(0);
}