From 50a3f688230416ba6fd7d9c4d99d14a8871d63ee Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 12 Aug 2001 17:49:57 +0000 Subject: Preliminary buildable animation list --- src/game/bg_public.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 0e864bc5..6205bc2e 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -623,8 +623,22 @@ typedef enum { //TA: for buildable animations typedef enum { - BUILD_CONSTRUCT, - BUILD_DESTROY, + CONSTRUCT1, + CONSTRUCT2, + + IDLE1, + IDLE2, + IDLE3, + + ATTACK1, + ATTACK2, + + PAIN1, + PAIN2, + + DESTROY1, + DESTROY2, + MAX_BUILDABLE_ANIMATIONS } buildableAnimNumber_t; -- cgit