aboutsummaryrefslogtreecommitdiff
path: root/sp/src/game/shared/ai_activity.h
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/game/shared/ai_activity.h')
-rw-r--r--sp/src/game/shared/ai_activity.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sp/src/game/shared/ai_activity.h b/sp/src/game/shared/ai_activity.h
index 854da726..4e94fca8 100644
--- a/sp/src/game/shared/ai_activity.h
+++ b/sp/src/game/shared/ai_activity.h
@@ -2095,6 +2095,13 @@ typedef enum
ACT_MP_RELOAD_AIRWALK_PRIMARY3_END,
ACT_MP_RELOAD_SWIM_PRIMARY3,
+ // Throwable Animations
+ ACT_MP_THROW,
+
+ ACT_THROWABLE_VM_DRAW,
+ ACT_THROWABLE_VM_IDLE,
+ ACT_THROWABLE_VM_FIRE,
+
// this is the end of the global activities, private per-monster activities start here.
LAST_SHARED_ACTIVITY,
} Activity;