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:
Ryan C. Gordon 2005-09-01 05:09:21 +00:00
parent 136557954c
commit c7392f2c3f
3 changed files with 18 additions and 11 deletions

View file

@ -399,7 +399,7 @@ void Sys_Init(void)
Cvar_Set( "username", Sys_GetCurrentUser() );
IN_Init();
//IN_Init(); // rcg08312005 moved into glimp.
}