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:
parent
77039c79ba
commit
6cbc66911a
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user