Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dactmonster.cpp4464 real_t tempVelX = cos(tangent2) * .045 * (myDex + 10) * weightratio * -.5; in actMonster() local
4469 dir = my->yaw - atan2(-tempVelY, -tempVelX); in actMonster()