mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-07-31 12:00:45 +02:00
fix typo
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user