- most stat stuff done.

This commit is contained in:
Christoph Oelckers 2018-02-13 23:06:59 +01:00
commit d2fa4d0ff9
12 changed files with 158 additions and 52 deletions

View file

@ -243,7 +243,7 @@ void I_DetectOS(void)
if (info.dwMinorVersion == 0)
{
osname = (info.wProductType == VER_NT_WORKSTATION) ? "Vista" : "Server 2008";
sys_ostype = 1; // legacy OS
sys_ostype = 2; // legacy OS
}
else if (info.dwMinorVersion == 1)
{