diff options
Diffstat (limited to 'mp/src/game/shared/eventlist.h')
| -rw-r--r-- | mp/src/game/shared/eventlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mp/src/game/shared/eventlist.h b/mp/src/game/shared/eventlist.h index c4944616..69c6f0ca 100644 --- a/mp/src/game/shared/eventlist.h +++ b/mp/src/game/shared/eventlist.h @@ -87,6 +87,9 @@ typedef enum AE_RD_ROBOT_POP_PANELS_OFF, + AE_TAUNT_ENABLE_MOVE, + AE_TAUNT_DISABLE_MOVE, + LAST_SHARED_ANIMEVENT, } Animevent; |