mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +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
|
@ -1021,7 +1021,7 @@ void M_SinglePlayer_Draw (void) {
|
|||
// M_DrawTransPic (72, 32, Draw_CachePic ("gfx/sp_menu.lmp") );
|
||||
|
||||
M_DrawTextBox (60, 10*8, 23, 4);
|
||||
M_PrintWhite (92, 12*8, "QuakeWorld is for");
|
||||
M_PrintWhite (88, 12*8, "This client is for");
|
||||
M_PrintWhite (88, 13*8, "Internet play only");
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue