Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycle.cpp534 REAL selfHatred = 1; in Distance() local
537 selfHatred *= .5; in Distance()
540 selfHatred *= .5; in Distance()
542 selfHatred *= .25; in Distance()
547 selfHatred *= .5; in Distance()
550 selfHatred *= .5; in Distance()
552 selfHatred *= .25; in Distance()
584 return ret * selfHatred; in Distance()
589 return ( a.before_hit - b.before_hit).Norm() * selfHatred; in Distance()
611 return fabsf( a.hitDistance_ - b.hitDistance_ ) * selfHatred; in Distance()
[all …]