Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_interface.cpp3980 …const bool isHorizontalBolt = std::abs( startingPos.x - endPos.x ) > std::abs( startingPos.y - end… in RedrawLightningOnTargets() local
3981 …const bool isForwardDirection = isHorizontalBolt ? ( endPos.x > startingPos.x ) : ( endPos.y > sta… in RedrawLightningOnTargets()
3984 if ( isHorizontalBolt ) { in RedrawLightningOnTargets()
4007 …while ( le.HandleEvents() && ( ( isHorizontalBolt && roi.width < drawRoi.width ) || ( !isHorizonta… in RedrawLightningOnTargets()
4009 if ( isHorizontalBolt ) { in RedrawLightningOnTargets()