Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/
H A Dautomapstyle.cpp59 automapcfg_lineinfo_t *findLineInfo(int reqAutomapFlags, int reqSpecial, int reqSided, in DENG2_PIMPL_NOREF()
66 if(info->reqSpecial != reqSpecial) continue; in DENG2_PIMPL_NOREF()
76 void newLineInfo(int reqAutomapFlags, int reqSpecial, int reqSided, int reqNotFlagged, in DENG2_PIMPL_NOREF()
80 DENG2_ASSERT(reqSpecial >= 0) in DENG2_PIMPL_NOREF()
84 … automapcfg_lineinfo_t *info = findLineInfo(reqAutomapFlags, reqSpecial, reqSided, reqNotFlagged); in DENG2_PIMPL_NOREF()
95 info->reqSpecial = reqSpecial; in DENG2_PIMPL_NOREF()
154 if(info->reqSpecial != special) continue; in tryFindLineInfo_special()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/hud/
H A Dautomapstyle.h161 int reqSpecial; member