mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b2088a9b7a
- Add more OPTIONS (allow building without X11).
19 lines
303 B
C
19 lines
303 B
C
--- server/sv_main.c.orig Mon Jul 24 15:06:36 2006
|
|
+++ server/sv_main.c Mon Jul 24 15:09:02 2006
|
|
@@ -145,6 +145,7 @@
|
|
*/
|
|
void SV_UpdateTitle (void)
|
|
{
|
|
+#if 0
|
|
hostname->modified = qFalse;
|
|
|
|
if (Com_ServerState() == SS_GAME) {
|
|
@@ -153,6 +154,7 @@
|
|
}
|
|
|
|
Sys_SetConsoleTitle (NULL);
|
|
+#endif
|
|
}
|
|
|
|
/*
|