1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Use lowercase for consistency

This commit is contained in:
Mathieu Schroeter 2023-12-21 22:43:34 +01:00
parent 77039c79ba
commit 6cbc66911a
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

@ -778,14 +778,14 @@ DoInit (int argc, char * argv[], bool & exit)
return EXIT_FAILURE;
}
#ifdef __LINUX__
#ifdef __linux__
if (!getenv ("ALSA_CONFIG_DIR"))
{
static char env[256];
snprintf (env, sizeof (env), "ALSA_CONFIG_DIR=/usr/share/alsa");
putenv (env);
}
#endif /* __LINUX__ */
#endif /* __linux__ */
#ifdef _WIN32
/* Fix laggy sounds on Windows by not using winmm driver. */