diff options
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 */ |