Fixed cross-compiling with theos
This commit is contained in:
@@ -206,7 +206,7 @@ SYNTHESIZE_SINGLETON_FOR_CLASS(SoundManager);
|
||||
ALenum format;
|
||||
ALsizei size;
|
||||
ALsizei freq;
|
||||
ALvoid *data;
|
||||
ALvoid *data = 0;
|
||||
alError = AL_NO_ERROR;
|
||||
|
||||
NSBundle *bundle = [NSBundle mainBundle];
|
||||
@@ -780,8 +780,6 @@ SYNTHESIZE_SINGLETON_FOR_CLASS(SoundManager);
|
||||
|
||||
- (void)setActivated:(BOOL)aState {
|
||||
|
||||
OSStatus result;
|
||||
|
||||
if(aState) {
|
||||
NSLog(@"INFO - SoundManager: OpenAL Active");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user