mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 01:42:12 +00:00
* Sys_Dialog for more user friendly error reporting
* (bug #3932) Recovery from bad video settings
This commit is contained in:
parent
4876413217
commit
005f870ebe
13 changed files with 564 additions and 120 deletions
|
@ -900,7 +900,7 @@ static void IN_ProcessEvents( void )
|
|||
break;
|
||||
|
||||
case SDL_QUIT:
|
||||
Sys_Quit( );
|
||||
Cbuf_ExecuteText(EXEC_NOW, "quit Closed window\n");
|
||||
break;
|
||||
|
||||
case SDL_VIDEORESIZE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue