summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authormtiusane <mtiusane@users.noreply.github.com>2014-09-20 21:37:04 +0300
committermtiusane <mtiusane@users.noreply.github.com>2014-09-20 21:37:04 +0300
commit3faa23778d02aaa0fcf9ccab5cfda1a30e7e02b3 (patch)
tree8ff153899fef6ec303b2735d4150e347836446e4 /src/game/bg_public.h
parentc9ee8af98ce89fe2ffbe4389345a58899f3b3534 (diff)
parent25ea3508f41b1ae7764c10516a7148149a0bc50a (diff)
Merge pull request #11 from ppetr/negative-bps-1
Negative BPs
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 886d29b..f8a2f9d 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -894,6 +894,7 @@ typedef enum
MOD_DECONSTRUCT,
MOD_REPLACE,
MOD_NOCREEP,
+ MOD_NOBP,
MOD_ABOMB
} meansOfDeath_t;