mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- this line got lost during conflict resolution.
This commit is contained in:
parent
405fc31e81
commit
9880af1b0c
1 changed files with 1 additions and 0 deletions
|
@ -355,6 +355,7 @@ enum
|
|||
MF7_HITTRACER = 0x00010000, // Same as HITTARGET, but for tracer.
|
||||
MF7_FLYCHEAT = 0x00020000, // must be part of the actor so that it can be tracked properly
|
||||
MF7_NODECAL = 0x00040000, // [ZK] Forces puff to have no impact decal
|
||||
MF7_FORCEDECAL = 0x00080000, // [ZK] Forces puff's decal to override the weapon's.
|
||||
// --- mobj.renderflags ---
|
||||
|
||||
RF_XFLIP = 0x0001, // Flip sprite horizontally
|
||||
|
|
Loading…
Reference in a new issue