Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_local.h83 #define TALKRANGE (128*FRACUNIT) macro
H A Dp_map.cpp4411 …P_AimLineAttack(player, player->angle, TALKRANGE, &linetarget, ANGLE_1 * 35, ALF_FORCENOSMART | AL… in P_TalkFacing()
4414 …P_AimLineAttack(player, player->angle + (ANGLE_90 >> 4), TALKRANGE, &linetarget, ANGLE_1 * 35, ALF… in P_TalkFacing()
4417 …P_AimLineAttack(player, player->angle - (ANGLE_90 >> 4), TALKRANGE, &linetarget, ANGLE_1 * 35, ALF… in P_TalkFacing()