about summary refs log tree commit diff
path: root/src/engine/e_if_other.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_if_other.h')
-rw-r--r--src/engine/e_if_other.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/engine/e_if_other.h b/src/engine/e_if_other.h
index 85148d85..ca09f48b 100644
--- a/src/engine/e_if_other.h
+++ b/src/engine/e_if_other.h
@@ -16,7 +16,6 @@ enum
 	
 	SNAP_CURRENT=0,
 	SNAP_PREV=1,
-	
 
 	MASK_NONE=0,
 	MASK_SET,
@@ -306,7 +305,10 @@ void snap_set_staticsize(int type, int size);
 enum
 {
 	MSGFLAG_VITAL=1,
-	MSGFLAG_FLUSH=2
+	MSGFLAG_FLUSH=2,
+	MSGFLAG_NORECORD=4,
+	MSGFLAG_RECORD=8,
+	MSGFLAG_NOSEND=16
 };
 
 /* message sending */