- bugfix so that openal 1.13 works properly with megaglest

- added some code so we can show error messages when no menu item is active
This commit is contained in:
Mark Vejvoda
2011-04-09 01:22:39 +00:00
parent 6b63089612
commit 2bab37fdc0
5 changed files with 119 additions and 36 deletions

View File

@@ -112,8 +112,8 @@ private:
StaticSoundSource* findStaticSoundSource();
StreamSoundSource* findStreamSoundSource();
void checkAlcError(const char* message);
static void checkAlError(const char* message);
void checkAlcError(string message);
static void checkAlError(string message);
ALCdevice* device;
ALCcontext* context;