mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-02-21 03:10:51 +00:00
Enable OpenAL for all platforms
New scons variable 'OPENAL' (defaults to '1') to toggle the OpenAL sound backend. Enable via "s_useOpenAL 1".
This commit is contained in:
parent
02a42cea86
commit
c0cba74fdc
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#endif
|
||||
|
||||
#ifndef ID_OPENAL
|
||||
# if ( defined(_WIN32) || defined(MACOS_X) ) && !defined( ID_DEDICATED )
|
||||
# if !defined( ID_DEDICATED )
|
||||
# define ID_OPENAL 1
|
||||
# else
|
||||
# define ID_OPENAL 0
|
||||
|
|
Loading…
Reference in a new issue