diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index b6e1e6fa..c40ed9d7 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -402,6 +402,7 @@ typedef enum { BA_H_DEF3, BA_H_MCU, + BA_H_DCC, BA_H_REACTOR, BA_H_REPEATER, @@ -860,7 +861,7 @@ typedef struct int team; weapon_t buildWeapon; - int constructAnim; + int idleAnim; int nextthink; |