summaryrefslogtreecommitdiff
path: root/source/sv_init.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-12-27 21:20:17 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-12-27 21:20:17 +0000
commitc28be89eba22dd3b8f9c3308f92d8742f4f8fc84 (patch)
treec5f905c63f91f455f9a38ac15a4bc7d4cf709c54 /source/sv_init.c
parent1062f46b214a1fa9044879279f82abe15293dc37 (diff)
Updated revision to 170.
Removed `com_sleep' variable. Fixed master heartbeat timings. Enabled anticheat server interface for Windows builds. Added `--single-user' option to configure script. Build `q2pro-client' and `q2pro-server' binary *.deb packages by default. Allow absolute homedir path, autoexpand `~' character on Unix.
Diffstat (limited to 'source/sv_init.c')
-rw-r--r--source/sv_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/sv_init.c b/source/sv_init.c
index f2c9d93..0271269 100644
--- a/source/sv_init.c
+++ b/source/sv_init.c
@@ -263,9 +263,6 @@ void SV_InitGame( qboolean ismvd ){
}
#endif
- // heartbeats will always be sent to the id master
- svs.last_heartbeat = -99999; // send immediately
-
// init game
if( ismvd ) {
if( ge ) {