mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 09:51:21 +00:00
Screw with (de)initialization code.
This fixes: - Mouse grab being lost after alt-enter goes windowed in the SDL driver. - Joystick ceasing to function on vid_restart in the SDL driver. - Audio failing to work after after snd_restart in the SDL driver. - Probably other things.
This commit is contained in:
parent
136557954c
commit
c7392f2c3f
3 changed files with 18 additions and 11 deletions
|
@ -399,7 +399,7 @@ void Sys_Init(void)
|
|||
|
||||
Cvar_Set( "username", Sys_GetCurrentUser() );
|
||||
|
||||
IN_Init();
|
||||
//IN_Init(); // rcg08312005 moved into glimp.
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue