mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Initialize buffer to 0 (integer)
This commit is contained in:
parent
56b2971dee
commit
cb9e69238c
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ qboolean S_LoadSound(const char *fileName, sfx_t *sfx, int streamed, qboolean fo
|
||||||
char tempName[MAX_RES_NAME + 1];
|
char tempName[MAX_RES_NAME + 1];
|
||||||
int realKhz;
|
int realKhz;
|
||||||
|
|
||||||
sfx->buffer = NULL;
|
sfx->buffer = 0;
|
||||||
|
|
||||||
if (fileName[0] == '*') {
|
if (fileName[0] == '*') {
|
||||||
return qfalse;
|
return qfalse;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue