Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 4cdf9fc

Browse files
committed
Remove volume muting from testing branch in prep for sounds
1 parent 33b0040 commit 4cdf9fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Entities/SoundContainer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ namespace RTE {
193193
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
194194

195195
FMOD_RESULT SoundContainer::UpdateSoundProperties() {
196-
if (!m_Immobile) { m_Volume = 0.0F; }
197-
198196
FMOD_RESULT result = FMOD_OK;
199197

200198
std::vector<SoundSet::SoundData *> flattenedSoundData;

0 commit comments

Comments
 (0)