1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-16 17:53:12 +00:00
This commit is contained in:
Fire-Head 2020-05-04 21:32:42 +03:00
parent 0abd0c659b
commit 6382b6d2fc

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
}