git-svn-id: http://svn.purei.org/purei/trunk@359 b36208d7-6611-0410-8bec-b1987f11c4a2

This commit is contained in:
jpd002 2008-08-11 22:23:02 +00:00
parent dd30744575
commit 9efcdbc0b6

View File

@ -628,6 +628,11 @@ void CSpu::CSampleReader::UnpackSamples(int16* dst)
}
}
if(flags & 0x04)
{
m_repeat = m_nextSample;
}
m_nextSample += 0x10;
if(flags & 0x01)