aboutsummaryrefslogtreecommitdiff
path: root/src/aosfxplayer.cpp
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2024-05-20 12:32:35 -0500
committerin1tiate <32779090+in1tiate@users.noreply.github.com>2024-05-20 12:32:35 -0500
commit2c696f2cd1c8ecb806f12d0224d5e8beceb973cd (patch)
tree8f50ae72ccc15c1074ef3988ad99e278ae6058c9 /src/aosfxplayer.cpp
parente2b47afd912e80f784bc6a25bf03e65eb405e0a6 (diff)
other random fixes
fix evidence presenting sfx playing at literally 100x intended volume fix "def2" etc wrong evidence icon position, remove inaccurate evidence positions
Diffstat (limited to 'src/aosfxplayer.cpp')
-rw-r--r--src/aosfxplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aosfxplayer.cpp b/src/aosfxplayer.cpp
index 0775eb99..ac3b8513 100644
--- a/src/aosfxplayer.cpp
+++ b/src/aosfxplayer.cpp
@@ -8,7 +8,7 @@ AOSfxPlayer::AOSfxPlayer(AOApplication *ao_app)
int AOSfxPlayer::volume()
{
- return m_volume * 100;
+ return m_volume;
}
void AOSfxPlayer::setVolume(int value)