mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
explicit set to 0
This commit is contained in:
parent
03a5aa4da0
commit
9169d844e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user