and once again. last time, and then i start editing in linux

This commit is contained in:
zeromus 2008-05-27 07:09:28 +00:00
parent 765ef019c4
commit 69d9032576
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ public:
if(ds_buf)
ds_buf->Release();
}
DSVoice(OAKRA_Module_OutputDS *driver, OAKRA_Format &format, IDirectSound *ds_dev, bool global) {
DSVoice(OAKRA_Module_OutputDS *driver, OAKRA_Format &format, IDirectSound *ds_dev, bool global)
: ds_buf(0)
{
this->driver = driver;
vol = 255;
pan = 0;