浏览代码

Finished Sound fixes

Thomas Buck 11 年前
父节点
当前提交
5108f96322
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 3
    0
      ChangeLog
  2. 0
    1
      src/Sound.cpp

+ 3
- 0
ChangeLog 查看文件

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 查看文件

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
 

正在加载...
取消
保存