mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 03:14:00 +02:00
- 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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user