Home
last modified time | relevance | path

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

/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dsound.cc92 float sightBoundVolMult = 1; in update() local
104 sightBoundVolMult = in update()
110 startVolMult = sightBoundVolMult; in update()
113 sightBoundVolMult = std::min(std::max( in update()
115 sightBoundVolMult), in update()
119 Mix_Volume(channel, int(volume*settings.volume*sightBoundVolMult)); in update()