diff --git a/engine/client/in_win.c b/engine/client/in_win.c index 554f37614..d8dd1dd78 100644 --- a/engine/client/in_win.c +++ b/engine/client/in_win.c @@ -736,6 +736,8 @@ void IN_StartupMouse (void) Con_SafePrintf ("DirectInput not initialized\n"); } } + else + dinput = false; if (!dinput) #endif