diff options
author | Tim Angus <tim@ngus.net> | 2001-08-12 17:49:57 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-08-12 17:49:57 +0000 |
commit | 50a3f688230416ba6fd7d9c4d99d14a8871d63ee (patch) | |
tree | 939d7e43354afebfc3ccb520b0d193c3349ca55e /src/game | |
parent | f3fea814bd8bc6a55e8d830464a266e8086e093e (diff) |
Preliminary buildable animation list
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_public.h | 18 |
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; |