diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-04-05 14:50:43 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-04-05 14:50:43 +0000 |
| commit | 34c3a1c1426e6443ba30b8e2852b73bf92757dff (patch) | |
| tree | c804647d311bfcf2627c5a519a15888c6e396b93 /src/engine/e_if_other.h | |
| parent | f713ad20288800e8a74160ba390ddefb47841033 (diff) | |
| download | zcatch-34c3a1c1426e6443ba30b8e2852b73bf92757dff.tar.gz zcatch-34c3a1c1426e6443ba30b8e2852b73bf92757dff.zip | |
new network code. not perfect. connectionless packets is missing so no server discovery is possible. reduced network traffic by A LOT
Diffstat (limited to 'src/engine/e_if_other.h')
| -rw-r--r-- | src/engine/e_if_other.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/e_if_other.h b/src/engine/e_if_other.h index 66e2d3a8..e02a7fd1 100644 --- a/src/engine/e_if_other.h +++ b/src/engine/e_if_other.h @@ -284,7 +284,8 @@ void snap_input(void *data, int size); /* message packing */ enum { - MSGFLAG_VITAL=1 + MSGFLAG_VITAL=1, + MSGFLAG_FLUSH=2 }; /* message sending */ |