mirror of
https://github.com/mangosfour/server.git
synced 2026-01-07 07:37:08 +00:00
[10552] Add some vehicle flags, thanks to zergtmn and community
This commit is contained in:
parent
0c0a3b4ea8
commit
cebc77414a
5 changed files with 25 additions and 6 deletions
|
|
@ -669,8 +669,8 @@ MovementFlags const movementOrTurningFlagsMask = MovementFlags(
|
|||
enum MovementFlags2
|
||||
{
|
||||
MOVEFLAG2_NONE = 0x0000,
|
||||
MOVEFLAG2_UNK1 = 0x0001,
|
||||
MOVEFLAG2_UNK2 = 0x0002,
|
||||
MOVEFLAG2_NO_STRAFE = 0x0001,
|
||||
MOVEFLAG2_NO_JUMPING = 0x0002,
|
||||
MOVEFLAG2_UNK3 = 0x0004,
|
||||
MOVEFLAG2_FULLSPEEDTURNING = 0x0008,
|
||||
MOVEFLAG2_FULLSPEEDPITCHING = 0x0010,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue