Quellcode durchsuchen

Finished Sound fixes

Thomas Buck vor 11 Jahren
Ursprung
Commit
5108f96322
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3
    0
      ChangeLog
  2. 0
    1
      src/Sound.cpp

+ 3
- 0
ChangeLog Datei anzeigen

@@ -6,6 +6,9 @@
6 6
  OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
7 7
 
8 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 12
 	* Changed (unknown) included Font to Droid Sans Mono
10 13
 	* Fixed Render bug, now console is visible again
11 14
 	* Implemented CMD + Q shortcut on Mac to quit

+ 0
- 1
src/Sound.cpp Datei anzeigen

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

Laden…
Abbrechen
Speichern