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:
Joseph Carter 2000-05-13 20:51:02 +00:00
parent 497ba1a82f
commit 01eceda77e
10 changed files with 32 additions and 54 deletions

View file

@ -320,14 +320,6 @@ void SV_Map_f (void)
}
strcpy (level, Cmd_Argv(1));
#if 0
if (!strcmp (level, "e1m8"))
{ // QuakeWorld can't go to e1m8
SV_BroadcastPrintf (PRINT_HIGH, "can't go to low grav level in QuakeWorld...\n");
strcpy (level, "e1m5");
}
#endif
// check to make sure the level exists
sprintf (expanded, "maps/%s.bsp", level);
COM_FOpenFile (expanded, &f);