mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-01 01:31:15 +00:00
Removed the string QuakeWorld from places to help avoid stepping on Id's
tues (not that they care to be honest..) VERSION is gone, use the strings QW_VERSION and QF_VERSION. I'd like QW_VERSION to go away but I don't think we're ready to screw with that just yet. Note, those are strings, not floats. Also defined QSG_STANDARD and set all the star keys the current qw-server does. qw-* -> qf-*, unlike the main tree this one is not planned to be just QW.
This commit is contained in:
parent
497ba1a82f
commit
01eceda77e
10 changed files with 32 additions and 54 deletions
|
@ -219,7 +219,7 @@ void Sys_Init (void)
|
|||
if ((vinfo.dwMajorVersion < 4) ||
|
||||
(vinfo.dwPlatformId == VER_PLATFORM_WIN32s))
|
||||
{
|
||||
Sys_Error ("QuakeWorld requires at least Win95 or NT 4.0");
|
||||
Sys_Error ("This version of QuakeForge requires at least Win95 or NT 4.0");
|
||||
}
|
||||
|
||||
if (vinfo.dwPlatformId == VER_PLATFORM_WIN32_NT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue