1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

dota: Update MoveType_t

This commit is contained in:
GAMMACASE
2025-04-08 18:34:23 +03:00
parent 6375333931
commit aa40133ac0

View File

@ -152,7 +152,6 @@ enum MoveType_t : unsigned char
MOVETYPE_PUSH, // no clip to world, push and crush
MOVETYPE_NOCLIP, // No gravity, no collisions, still do velocity/avelocity
MOVETYPE_OBSERVER, // Observer movement, depends on player's observer mode
MOVETYPE_LADDER, // Used by players only when going onto a ladder
MOVETYPE_CUSTOM, // Allows the entity to describe its own physics
// should always be defined as the last item in the list