two more vars that were questionably not initalized...

Kent
This commit is contained in:
Kent Mein 2004-08-31 13:11:59 +00:00
parent e525578f4d
commit 19a24abcb2
1 changed files with 3 additions and 0 deletions

View File

@ -369,6 +369,9 @@ SND_WaveSlot* SND_OpenALDevice::LoadSample(const STR_String& name,
int samplerate, numberofsamples, frequency; // openal_2.14+
#endif
/* Give them some safe defaults just incase */
bitrate = numberofchannels = 0;
/* load the sample from memory? */
if (size && memlocation)
{