Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dhudobj.c49 objs[id].info.inst_flags |= HUDOBJ_INST_FLAG; in hudobj_set_id()
51 objs[id].info.inst_flags &= ~HUDOBJ_INST_FLAG; in hudobj_set_id()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dhudobj.h49 #define HUDOBJ_INST_FLAG 0x01 macro
66 …((objs[id].info.inst_flags & HUDOBJ_INST_FLAG) || ((1 << objs[id].subclass) & hudobj_classes[objs[…
H A Dobjbit.h85 #define HUDOBJ_INST_FLAG 0x01 // This is defined redundantly in hudobj.h macro