From 030cfa4632dd76fcb72a3b12552f79f11201f94b Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 30 Aug 2003 01:47:31 +0000 Subject: * Integrated the overmind sounds * Sounds for repairing stuff * Fixed a buildable animation bug * Added G_BroadcastEvent --- src/game/bg_public.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/game/bg_public.h') diff --git a/src/game/bg_public.h b/src/game/bg_public.h index f2b63342..ff96700d 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -532,9 +532,14 @@ typedef enum EV_TAUNT, EV_BUILD_DELAY, //TA: can't build yet + EV_BUILD_REPAIR, //TA: repairing buildable + EV_BUILD_REPAIRED, //TA: buildable has full health + + EV_OVERMIND_ATTACK, //TA: overmind under attack + EV_OVERMIND_DYING, //TA: overmind close to death + EV_OVERMIND_SPAWNS, //TA: overmind needs spawns + EV_POISONCLOUD, //TA: client poisoned - EV_KNOCKOVER, //TA: client knocked over - EV_GETUP, //TA: client getting up EV_RPTUSE_SOUND //TA: trigger a sound } entity_event_t; -- cgit