summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authormtiusane <mtiusane@users.noreply.github.com>2015-04-03 19:24:01 +0300
committermtiusane <mtiusane@users.noreply.github.com>2015-04-03 19:24:01 +0300
commitd22b446abfa0d98d7b69511d6c4bbe555d2cb7bf (patch)
tree89d08c55bbd6ee8bcb035fa6226c6de9793d572d /src/game/bg_public.h
parent216fc980dd8221198e491745a0eaa029c37f74d3 (diff)
parent7f984114f2e19b0579e1d55e3c1a8925a88c35d0 (diff)
Merge pull request #24 from mtiusane/damage-feedback
Damage feedback
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index f96fd66..fa93839 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -1244,3 +1244,7 @@ typedef struct
} dummyCmd_t;
int cmdcmp( const void *a, const void *b );
+// damage blob flags
+#define DAMAGE_BLOB_FRIENDLY 1
+#define DAMAGE_BLOB_BUILDABLE 2
+#define DAMAGE_BLOB_SPLASH 4