diff --git a/src/GameLib/Area.cpp b/src/GameLib/Area.cpp index 399f8eb..8fe8cd0 100644 --- a/src/GameLib/Area.cpp +++ b/src/GameLib/Area.cpp @@ -1397,5 +1397,6 @@ CArea::SAmbienceInstance::SAmbienceInstance() fy = 0.0f; fz = 0.0f; dwRange = 0; + playSoundInstance = nullptr; fNextPlayTime = 0.0f; }