summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/bg_public.h18
1 files 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;