summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorMichael Levin <risujin@fastmail.fm>2009-10-03 11:25:47 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:14:58 +0000
commitc2772cce6c591f4b043da4526764298d88cce9a9 (patch)
tree63f862614dd96a30c18e56b824950046ee94f752 /src/game/bg_public.h
parent64755fae9f8aa7b4992227b045a93749ce87b56b (diff)
Server logs look weird with MOD_SUICIDE listed as method of death for buildable deconstruction. Added two new MODs, MOD_DECONSTRUCT and MOD_NOCREEP for more descriptive reasons.
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index f78218ac..68af42cc 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -866,6 +866,8 @@ typedef enum
MOD_TELEFRAG,
MOD_FALLING,
MOD_SUICIDE,
+ MOD_DECONSTRUCT,
+ MOD_NOCREEP,
MOD_TARGET_LASER,
MOD_TRIGGER_HURT,