diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-10 10:49:17 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-10 10:49:17 +0000 |
| commit | 599708824fde388c569b32fb3547a5a1b5731478 (patch) | |
| tree | 3c74b8335784e1c47e55576e6ac2fc9931ad3a28 /src/engine/e_protocol.h | |
| parent | b42eb557946ccfc271a4af0a7787681e2345789c (diff) | |
| download | zcatch-599708824fde388c569b32fb3547a5a1b5731478.tar.gz zcatch-599708824fde388c569b32fb3547a5a1b5731478.zip | |
removed input timing from the snapshot messages and put them in a separate message so we don't loose them if the input were late
Diffstat (limited to 'src/engine/e_protocol.h')
| -rw-r--r-- | src/engine/e_protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_protocol.h b/src/engine/e_protocol.h index 033db43c..a1feb4cc 100644 --- a/src/engine/e_protocol.h +++ b/src/engine/e_protocol.h @@ -39,6 +39,7 @@ enum NETMSG_SNAPEMPTY, /* empty snapshot */ NETMSG_SNAPSINGLE, /* ? */ NETMSG_SNAPSMALL, /* */ + NETMSG_INPUTTIMING, /* reports how off the input was */ NETMSG_RCON_AUTH_STATUS,/* result of the authentication */ NETMSG_RCON_LINE, /* line that should be printed to the remote console */ |