explicit set to 0

This commit is contained in:
Aaron Kimbre 2022-05-17 21:38:36 -05:00
parent 03a5aa4da0
commit 9169d844e2

View File

@ -15,7 +15,7 @@
class Entity;
enum eClimbableType : int32_t {
CLIMBABLE_TYPE_NOT,
CLIMBABLE_TYPE_NOT = 0,
CLIMBABLE_TYPE_LADDER,
CLIMBABLE_TYPE_WALL,
CLIMBABLE_TYPE_WALL_STICK