- Fixed: S_LoadSound() did not byte-swap the frequency and length it reads

from DMX sounds.



SVN r1792 (trunk)
This commit is contained in:
Randy Heit 2009-09-04 22:59:41 +00:00
commit 6214177f1f
6 changed files with 48 additions and 30 deletions

View file

@ -131,7 +131,7 @@ void iCopyColors(BYTE *pout, const BYTE *pin, int count, int step, FCopyInfo *in
break;
case BLEND_GREENMAP:
// Skulltags's Guardsphere map
// Skulltag's Guardsphere map
for(i=0;i<count;i++)
{
a = TSrc::A(pin);