September 16th patch update
DLL version incremented Beacon functionality added Support for loading screen match preview display Placeholder handling of new key-bindable mod commands
This commit is contained in:
parent
e37e174be1
commit
fd05be35c1
68 changed files with 1313 additions and 267 deletions
|
@ -2324,6 +2324,7 @@ typedef enum AnimType : char {
|
|||
ANIM_PARA_BOMB,
|
||||
ANIM_MINE_EXP1,
|
||||
ANIM_FLAG,
|
||||
ANIM_BEACON,
|
||||
|
||||
#ifdef FIXIT_ANTS
|
||||
ANIM_ANT1_DEATH,
|
||||
|
@ -2335,6 +2336,7 @@ typedef enum AnimType : char {
|
|||
ANIM_FIRE_MED_VIRTUAL, // Medium flame animation.
|
||||
ANIM_FIRE_MED2_VIRTUAL, // Medium flame animation (oranger).
|
||||
ANIM_FIRE_TINY_VIRTUAL, // Very tiny flames.
|
||||
ANIM_BEACON_VIRTUAL, // Beacon (virtual).
|
||||
|
||||
ANIM_COUNT,
|
||||
ANIM_FIRST=0
|
||||
|
@ -3333,6 +3335,8 @@ typedef enum VocType : short {
|
|||
VOC_MAD_EXPLODE,
|
||||
VOC_SHOCK_TROOP1,
|
||||
|
||||
VOC_BEACON,
|
||||
|
||||
#endif
|
||||
VOC_COUNT,
|
||||
VOC_FIRST=0
|
||||
|
|
Reference in a new issue