mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
NoRandomTurn, not NoDirectionTurn, inside the macro.
This commit is contained in:
parent
ece6fa776c
commit
6dcbc930d6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ enum
|
||||||
CHF_NOPOSTATTACKTURN = 128,
|
CHF_NOPOSTATTACKTURN = 128,
|
||||||
CHF_STOPIFBLOCKED = 256,
|
CHF_STOPIFBLOCKED = 256,
|
||||||
|
|
||||||
CHF_DONTTURN = CHF_NODIRECTIONTURN | CHF_NOPOSTATTACKTURN | CHF_STOPIFBLOCKED
|
CHF_DONTTURN = CHF_NORANDOMTURN | CHF_NOPOSTATTACKTURN | CHF_STOPIFBLOCKED
|
||||||
};
|
};
|
||||||
|
|
||||||
// Flags for A_LookEx
|
// Flags for A_LookEx
|
||||||
|
|
Loading…
Reference in a new issue