Browse Source

Finished Sound fixes

Thomas Buck 11 years ago
parent
commit
5108f96322
2 changed files with 3 additions and 1 deletions
  1. 3
    0
      ChangeLog
  2. 0
    1
      src/Sound.cpp

+ 3
- 0
ChangeLog View File

6
  OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
6
  OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
7
 
7
 
8
 	[ 20140101 ]
8
 	[ 20140101 ]
9
+	* Fixed Wavebuffer loading of Sound subsystem, as well as
10
+	  making the Sound Unit Test buildable on Mac.
11
+	  Added new argument to loadWav, length of buffer.
9
 	* Changed (unknown) included Font to Droid Sans Mono
12
 	* Changed (unknown) included Font to Droid Sans Mono
10
 	* Fixed Render bug, now console is visible again
13
 	* Fixed Render bug, now console is visible again
11
 	* Implemented CMD + Q shortcut on Mac to quit
14
 	* Implemented CMD + Q shortcut on Mac to quit

+ 0
- 1
src/Sound.cpp View File

17
 #include <AL/al.h>
17
 #include <AL/al.h>
18
 #include <AL/alc.h>
18
 #include <AL/alc.h>
19
 #include <AL/alut.h>
19
 #include <AL/alut.h>
20
-#include <AL/alext.h>
21
 #endif
20
 #endif
22
 #endif
21
 #endif
23
 
22
 

Loading…
Cancel
Save