Initialize the input backend

This commit is contained in:
Yamagi Burmeister 2012-06-04 13:40:23 +02:00
parent 6b7bc06074
commit 6b650e9ea7

View file

@ -391,6 +391,11 @@ VID_LoadRefresh(char *name)
Com_Error(ERR_FATAL, "No input backend init functions in REF.\n");
}
if (IN_BackendInit_fp)
{
IN_BackendInit_fp( &in_state );
}
if (re.Init(global_hInstance, 0) == -1)
{
re.Shutdown();