summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index fa93839..a04d053 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -1245,6 +1245,6 @@ typedef struct
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
+#define DAMAGE_BLOB_SPLASH 1 // has to be 1
+#define DAMAGE_BLOB_BUILDABLE 2 // has to be 2
+#define DAMAGE_BLOB_FRIENDLY 4