aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/sys/sys_main.c')
-rw-r--r--code/sys/sys_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c
index 483d3f8..be9e2f0 100644
--- a/code/sys/sys_main.c
+++ b/code/sys/sys_main.c
@@ -112,8 +112,7 @@ Restart the input subsystem
*/
void Sys_In_Restart_f( void )
{
- IN_Shutdown();
- IN_Init();
+ IN_Restart( );
}
/*