mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +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
|
@ -155,7 +155,7 @@ void CL_PredictMove (void)
|
|||
char text[1024];
|
||||
|
||||
cls.state = ca_active;
|
||||
sprintf (text, "QuakeWorld: %s", cls.servername);
|
||||
sprintf (text, "QuakeForge: %s", cls.servername);
|
||||
#ifdef _WIN32
|
||||
SetWindowText (mainwindow, text);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue