mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Configure.in: minor changes.
include/* -- #defines so that you can #include them more than once.
This commit is contained in:
parent
686c0b5178
commit
7647fdd484
26 changed files with 109 additions and 62 deletions
|
@ -167,7 +167,7 @@ void CL_PredictMove (void)
|
|||
char text[1024];
|
||||
|
||||
cls.state = ca_active;
|
||||
snprintf (text, sizeof(text), "QuakeForge: %s", cls.servername);
|
||||
snprintf (text, sizeof(text), "%s: %s", PROGRAM, cls.servername);
|
||||
#ifdef _WIN32
|
||||
SetWindowText (mainwindow, text);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue