Search found 1 match

by ajwans
Mon Apr 24, 2006 5:16 am
Forum: Chaos Strikes Back for Windows & Linux (CSBWin) / CSBuild
Topic: Usable Linux version?
Replies: 8
Views: 5109

I was able to build CSB Linux under Centos 4.3 (RHEL4)

I did have to modify the code a little bit, changing the number of audio channels to
1 from 16 because that code prevented the sound working properly.

Changed the line
static const unsigned int AUDIOCOUNT = 16;
to
static const unsigned int ...