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

@ -44,7 +44,7 @@ byte *draw_chars; // 8*8 graphic characters
qpic_t *draw_disc;
qpic_t *draw_backtile;
cvar_t cl_verstring = {"cl_verstring", "set in Draw_Init"};
cvar_t cl_verstring = {"cl_verstring", "QuakeForge " QF_VERSION};
//=============================================================================
/* Support Routines */
@ -128,8 +128,6 @@ void Draw_Init (void)
r_rectdesc.rowbytes = draw_backtile->width;
Cvar_RegisterVariable (&cl_verstring);
Cvar_Set ("cl_verstring", va("QuakeForge %2.2f", VERSION));
}