summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-11-14 16:39:24 +0300
committerAndrey Nazarov <skuller@skuller.net>2010-11-14 16:39:24 +0300
commit75a1a50e4dfd55a5dc0aba951611b07666947fba (patch)
tree45f7f3a356a24c8bec6e78803122e0048f039613 /src/common.c
parentbcc5deff34773bc340e3c0b886b1a71084dac414 (diff)
Fixed a warning when building dedicated server.
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index bede4ee..d10ce5f 100644
--- a/src/common.c
+++ b/src/common.c
@@ -1934,8 +1934,9 @@ Qcommon_Frame
void Qcommon_Frame( void ) {
#if USE_CLIENT
unsigned time_before, time_event, time_between, time_after;
+ unsigned clientrem;
#endif
- unsigned oldtime, msec, clientrem;
+ unsigned oldtime, msec;
static unsigned remaining;
static float frac;