Fixed FMOD Ex support under linux

This commit is contained in:
Drake Arconis
2012-05-15 10:36:48 -04:00
parent 3d40f96dfe
commit 5a2d160ac4
6 changed files with 91 additions and 101 deletions

View File

@@ -89,7 +89,7 @@ S32 check_for_invalid_wav_formats(const std::string& in_fname, std::string& erro
// ********************************
LLAPRFile infile ;
infile.open(in_fname,LL_APR_RB);
infile.open(in_fname,LL_APR_RB);
// ********************************
if (!infile.getFileHandle())
{