diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-26 07:15:52 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-26 07:15:52 +0000 |
| commit | c1da3b23b64e31eef6970a8eb021fc79bdd65e08 (patch) | |
| tree | 21db1c457c9ae76c615f031cc3a0052a7432f827 /src/game/game.h | |
| parent | 02de6728983454da110e5d2c9758c3baee6e68de (diff) | |
| download | zcatch-c1da3b23b64e31eef6970a8eb021fc79bdd65e08.tar.gz zcatch-c1da3b23b64e31eef6970a8eb021fc79bdd65e08.zip | |
fixed so that the latnecy doesn't update so fast
Diffstat (limited to 'src/game/game.h')
| -rw-r--r-- | src/game/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h index 1c524347..3331d6f5 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -149,6 +149,7 @@ struct obj_player int score; int latency; + int latency_flux; int emote; int hook_active; |