aboutsummaryrefslogtreecommitdiffstats
path: root/code/server/sv_snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/server/sv_snapshot.c')
-rw-r--r--code/server/sv_snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/server/sv_snapshot.c b/code/server/sv_snapshot.c
index e275cf4..4c164da 100644
--- a/code/server/sv_snapshot.c
+++ b/code/server/sv_snapshot.c
@@ -160,7 +160,7 @@ static void SV_WriteSnapshotToClient( client_t *client, msg_t *msg ) {
// send over the current server time so the client can drift
// its view of time to try to match
- MSG_WriteLong (msg, svs.time);
+ MSG_WriteLong (msg, sv.time);
// what we are delta'ing from
MSG_WriteByte (msg, lastframe);