Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dactors.h341 SFLAG_RESERVED3 = 0x80000000, enumerator
H A Dsavegame.cpp2058 a.flags |= SFLAG_RESERVED3; in sv_preactorsave()
2103 if (a.flags & SFLAG_RESERVED3) in sv_postactordata()
2114 a.flags &= ~(SFLAG_RESERVED|SFLAG_RESERVED2|SFLAG_RESERVED3); in sv_postactordata()