Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DSound_Control.cc576 INT16 sDifX, sAbsDifX; in SoundVolume() local
593 sAbsDifX = ABS( sDifX ); in SoundVolume()
596 if ( sAbsDifX > 64 || sAbsDifY > 64 ) in SoundVolume()
601 if ( sAbsDifX > ( ( gsBottomRightWorldX - gsTopLeftWorldX ) / 2 ) || in SoundVolume()