We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1612 commit 14fbda6Copy full SHA for 14fbda6
Source/Entities/ThrownDevice.cpp
@@ -11,6 +11,7 @@ namespace RTE {
11
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
12
13
void ThrownDevice::Clear() {
14
+ m_ActivationSound = std::make_shared<SoundContainer>();
15
m_ActivationSound->Reset();
16
m_StartThrowOffset.Reset();
17
m_EndThrowOffset.Reset();
0 commit comments