Home
last modified time | relevance | path

Searched refs:EZT_HIT (Results 1 – 1 of 1) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_demo.c136 #define EZT_HIT 0x20 // Damaged a mobj macro
310 ghostext.flags |= EZT_HIT; in G_GhostAddHit()
434 if (ghostext.flags & EZT_HIT) in G_WriteGhostTic()
569 if (xziptic & EZT_HIT) in G_ConsGhostTic()
813 if (xziptic & EZT_HIT) in G_GhostTicker()
1278 if (ghostext.flags & ~(EZT_COLOR|EZT_HIT)) // these two aren't handled by metal ever in G_WriteMetalTic()