summaryrefslogtreecommitdiff
path: root/src/strife/p_mobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_mobj.h')
-rw-r--r--src/strife/p_mobj.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/strife/p_mobj.h b/src/strife/p_mobj.h
index 09013395..b7865ff0 100644
--- a/src/strife/p_mobj.h
+++ b/src/strife/p_mobj.h
@@ -325,8 +325,10 @@ typedef struct mobj_s
// Thing being chased/attacked for tracers.
struct mobj_s* tracer;
- // [STRIFE] haleyjd 09/05/10: allegiance, for friends and teleport beacons
- byte allegiance;
+ // [STRIFE] haleyjd 09/05/10:
+ // * In multiplayer this stores allegiance, for friends and teleport beacons
+ // * In single-player this tracks dialog state.
+ byte miscdata;
} mobj_t;