Fixed crash on pSoundAlias

This commit is contained in:
smallmodel 2024-03-03 18:53:22 +01:00
parent fe35e02ed4
commit 4cf4ca2943
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -568,7 +568,7 @@ void S_StartLocalSoundChannel(const char *sound_name, qboolean force_load, sound
{
sfxHandle_t sfxHandle;
const char *name;
AliasListNode_t *pSoundAlias;
AliasListNode_t *pSoundAlias = NULL;
if (!s_bSoundStarted) {
return;