This commit is contained in:
Fire-Head 2020-05-04 21:32:42 +03:00
parent 0abd0c659b
commit 6382b6d2fc
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ int8 cDMAudio::AutoDetect3DProviders(void)
if ( !strcmp(providername, "MILES FAST 2D POSITIONAL AUDIO") )
return i;
#elif defined(AUDIO_OAL)
if ( !strcmp(providername, "OPEANAL SOFT") )
if ( !strcmp(providername, "OPENAL SOFT") )
return i;
#endif
}