mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-18 17:14:13 +02:00
Initial OpenAL code.
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
#include <sys\timeb.h>
|
||||
#endif
|
||||
#include "ccdde.h"
|
||||
#include "AUDIOMIX.H"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
@@ -349,6 +350,11 @@ bool Init_Game(int , char * [])
|
||||
}
|
||||
#endif
|
||||
|
||||
// Init the new audio system.
|
||||
// jmarshall
|
||||
AudMix_Init();
|
||||
// jmarshall end
|
||||
|
||||
/*
|
||||
** Play the startup animation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user