mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed unwanted app quitting; commented out check of gfx_window_open(); ticket #550
This commit is contained in:
parent
532b1e25d6
commit
b6eb96b7ae
|
@ -1610,8 +1610,10 @@ static void client_run()
|
|||
inp_mouse_mode_relative();
|
||||
}
|
||||
|
||||
/*
|
||||
if(!gfx_window_open())
|
||||
break;
|
||||
*/
|
||||
|
||||
/* render */
|
||||
if(config.cl_editor)
|
||||
|
|
|
@ -217,6 +217,7 @@ void inp_update()
|
|||
|
||||
/* other messages */
|
||||
case SDL_QUIT:
|
||||
/* TODO: cleaner exit */
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue