Fix issue with dangling playSoundInstance pointer

This commit is contained in:
sndth
2025-09-01 17:15:18 +02:00
parent 8c349d4a0f
commit 64ed7f2bd5

View File

@@ -1397,5 +1397,6 @@ CArea::SAmbienceInstance::SAmbienceInstance()
fy = 0.0f;
fz = 0.0f;
dwRange = 0;
playSoundInstance = nullptr;
fNextPlayTime = 0.0f;
}