Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Damap.h37 #define AMAP_SHOW_SENS 0x0800 macro
39 #define AMAP_AVAIL_ALWAYS (AMAP_SHOW_SENS | AMAP_SHOW_FLR | AMAP_FULL_MSG)
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Damaploop.c128 …| AMAP_TRACK_OBJ, AMAP_FULL_MSG, AMAP_SHOW_SEC, AMAP_SHOW_CRIT | AMAP_SHOW_ROB, AMAP_SHOW_SENS, 0};
H A Damap.c685 if (amptr->flags & AMAP_SHOW_SENS) in amap_draw()