Skip to content

Commit

Permalink
shootType Cake
Browse files Browse the repository at this point in the history
Forgot to add CONST_ANI_CAKE = 42, at const.h
  • Loading branch information
ralke23 committed Sep 11, 2022
1 parent 8ca3780 commit e147a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ enum ShootType_t : uint8_t {
CONST_ANI_SMALLEARTH = 39,
CONST_ANI_EARTHARROW = 40,
CONST_ANI_EXPLOSION = 41,
CONST_ANI_CAKE = 42,

// for internal use, don't send to client
CONST_ANI_WEAPONTYPE = 0xFE, // 254
Expand Down

0 comments on commit e147a1d

Please sign in to comment.