From d6fa5c74ba80688a3e14d2e099bfb6077323d079 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 4 Apr 2015 19:19:17 +0200 Subject: Initial implementation of hit sounds. --- src/game/bg_public.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/bg_public.h') 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 -- cgit