Resolved: #876 Applied patch from Nille02 - typos in header move branch.

--HG--
branch : branch_pvt_headers
hg/feature/sound
Matt Raykowski 15 years ago
parent 2f82d45634
commit 57220dbd7d

@ -24,7 +24,7 @@
#endif
#define DIRECTSOUND_VERSION 0x0800
#include ".nel/sound/driver/sound_driver.h"
#include "nel/sound/driver/sound_driver.h"
#include <cmath>
@ -578,6 +578,7 @@ void CSoundDriverDSound::initDevice(const std::string &device, ISoundDriver::TSo
}
}
memset(ptr, 0, bytes);
_PrimaryBuffer->Unlock(ptr, bytes, 0, 0);

@ -25,7 +25,7 @@
#include <nel/misc/file.h>
#include <nel/misc/mem_stream.h>
#include <nel/misc/stream.h>
#include "music_buffer.h"
#include "nel/sound/driver/music_buffer.h"
// Project includes
#include "sound_driver_xaudio2.h"

Loading…
Cancel
Save