summaryrefslogtreecommitdiff
path: root/src/qcommon/qcommon.h
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-07-15 16:51:54 +0000
committerTim Angus <tim@ngus.net>2013-01-10 22:29:59 +0000
commit46aaeb56660ef727c30841718331fef45e8377be (patch)
tree02134c1b7aa6bca7ed85983b89246b95a8d13e45 /src/qcommon/qcommon.h
parentf5712eeab32ebbd4b283d1031cd37eaa12573596 (diff)
Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.c
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r--src/qcommon/qcommon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index 49501d52..a436641e 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -1010,8 +1010,7 @@ void SV_Frame( int msec );
void SV_PacketEvent( netadr_t from, msg_t *msg );
int SV_FrameMsec(void);
qboolean SV_GameCommand( void );
-int SV_SendDownloadMessages(void);
-int SV_SendQueuedMessages(void);
+int SV_SendQueuedPackets(void);
//
// UI interface