- we no longer support Windows 9x or NT 4 so its special code may just be removed entirely.
This commit is contained in:
parent
33a58a3ada
commit
446d1eb9c8
5 changed files with 7 additions and 71 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue