- we no longer support Windows 9x or NT 4 so its special code may just be removed entirely.

This commit is contained in:
Christoph Oelckers 2017-06-07 09:26:06 +02:00
commit 446d1eb9c8
5 changed files with 7 additions and 71 deletions

View file

@ -1191,11 +1191,7 @@ void I_StartupMouse ()
{
case 0:
default:
if (OSPlatform == os_WinNT4)
{
new_mousemode = MM_Win32;
}
else if (MyRegisterRawInputDevices != NULL)
if (MyRegisterRawInputDevices != NULL)
{
new_mousemode = MM_RawInput;
}