diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-22 09:15:34 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-22 09:15:34 +0000 |
| commit | 3b1871499c52a41c6fe1e017d6da858b7e70a396 (patch) | |
| tree | 410cca70987d8789088e25c8a8b5b24eb46a8c06 /src/game/game.h | |
| parent | 1950995bb5137e084b5706275cce1d9d7398fc34 (diff) | |
| download | zcatch-3b1871499c52a41c6fe1e017d6da858b7e70a396.tar.gz zcatch-3b1871499c52a41c6fe1e017d6da858b7e70a396.zip | |
laggometer, smaller gfx fixes
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 00df52bc..c9010aa0 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -147,6 +147,7 @@ struct obj_player int attacktick; // num attack ticks left of current attack int score; + int latency; int emote; int hook_active; |