This commit is contained in:
Arisotura 2021-08-08 15:45:44 +02:00
parent c7325469c2
commit d5a20ad3c8
1 changed files with 3 additions and 3 deletions

View File

@ -208,7 +208,7 @@ void micLoadWav(const char* name)
for (int i = 0; i < micWavLength; i++) for (int i = 0; i < micWavLength; i++)
{ {
u16 val; u16 val = 0;
switch (SDL_AUDIO_BITSIZE(format.format)) switch (SDL_AUDIO_BITSIZE(format.format))
{ {