aboutsummaryrefslogtreecommitdiff
path: root/muswd.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-04-25 01:40:32 +0000
committerrodri <rgl@antares-labs.eu>2023-04-25 01:40:32 +0000
commitfcc06b383c3490d105b527849dcf0b9d7af8481f (patch)
treef4f1be410c1e91efd79aa41562380b73ddd1814c /muswd.c
parent826fce49c5319d0965c603dc950623cc07996376 (diff)
downloadmusw-fcc06b383c3490d105b527849dcf0b9d7af8481f.tar.gz
musw-fcc06b383c3490d105b527849dcf0b9d7af8481f.tar.bz2
musw-fcc06b383c3490d105b527849dcf0b9d7af8481f.zip
bullets aren't fired unless the server says otherwise. also don't draw bullets that weren't fired.
Diffstat (limited to 'muswd.c')
-rw-r--r--muswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/muswd.c b/muswd.c
index 3502637..cb0be8b 100644
--- a/muswd.c
+++ b/muswd.c
@@ -106,7 +106,7 @@ nudgeconns(ulong curts)
f = newframe(&(*ncp)->udp, NSnudge, (*ncp)->lastseq+1, 0, 0, nil);
signframe(f, (*ncp)->dh.priv);
sendp(egress, f);
-
+
(*ncp)->lastnudgets = curts;
}
break;