mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Resolved: #876 Applied patch from Nille02 - typos in header move branch.
This commit is contained in:
parent
173cc94053
commit
27088aa006
2 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue