about summary refs log tree commit diff
path: root/src/engine/e_if_other.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-04-05 14:50:43 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-04-05 14:50:43 +0000
commit34c3a1c1426e6443ba30b8e2852b73bf92757dff (patch)
treec804647d311bfcf2627c5a519a15888c6e396b93 /src/engine/e_if_other.h
parentf713ad20288800e8a74160ba390ddefb47841033 (diff)
downloadzcatch-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.h3
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 */