1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-23 20:41:33 +00:00

Fix DEFAULT_OUTPUT for OpenAL_Output

This commit is contained in:
Chris Robinson 2012-03-22 18:44:55 -07:00
parent 2e28819243
commit 277597c567

View file

@ -63,7 +63,7 @@ namespace MWSound
friend class SoundManager; friend class SoundManager;
}; };
#ifndef DEFAULT_OUTPUT #ifndef DEFAULT_OUTPUT
#define DEFAULT_OUTPUT OpenAL_Output #define DEFAULT_OUTPUT (::MWSound::OpenAL_Output)
#endif #endif
}; };