diff options
author | mtiusane <mtiusane@users.noreply.github.com> | 2014-09-20 21:37:04 +0300 |
---|---|---|
committer | mtiusane <mtiusane@users.noreply.github.com> | 2014-09-20 21:37:04 +0300 |
commit | 3faa23778d02aaa0fcf9ccab5cfda1a30e7e02b3 (patch) | |
tree | 8ff153899fef6ec303b2735d4150e347836446e4 /src/game/bg_public.h | |
parent | c9ee8af98ce89fe2ffbe4389345a58899f3b3534 (diff) | |
parent | 25ea3508f41b1ae7764c10516a7148149a0bc50a (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.h | 1 |
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; |