Initialize buffer to 0 (integer)

This commit is contained in:
smallmodel 2024-01-17 23:15:38 +01:00
parent 56b2971dee
commit cb9e69238c
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -431,7 +431,7 @@ qboolean S_LoadSound(const char *fileName, sfx_t *sfx, int streamed, qboolean fo
char tempName[MAX_RES_NAME + 1];
int realKhz;
sfx->buffer = NULL;
sfx->buffer = 0;
if (fileName[0] == '*') {
return qfalse;