diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-23 21:00:57 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-23 21:00:57 +0000 |
| commit | e55ba53ba7aa993279bf3f6a21b1e771fda74f1d (patch) | |
| tree | d2108e3ccdffe43dee99acef4bcf819141472c06 /src/engine/protocol.h | |
| parent | ebbe51718e6b3ed81ee0932641e0bc4ddb805fcc (diff) | |
| download | zcatch-e55ba53ba7aa993279bf3f6a21b1e771fda74f1d.tar.gz zcatch-e55ba53ba7aa993279bf3f6a21b1e771fda74f1d.zip | |
fixed remote console
Diffstat (limited to 'src/engine/protocol.h')
| -rw-r--r-- | src/engine/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/protocol.h b/src/engine/protocol.h index 1a41d66a..cc29e7d7 100644 --- a/src/engine/protocol.h +++ b/src/engine/protocol.h @@ -17,6 +17,7 @@ enum /* sent by client */ NETMSG_ENTERGAME, NETMSG_INPUT, + NETMSG_CMD, /* sent by both */ NETMSG_ERROR, |