X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.cpp;h=ee9ab1f027efc042f902d54263a41d7205f24d60;hb=091b2db0b9332d78c3063b0383f6e6527d91055a;hp=edebfb243612885b8b4dd962f908a3c121d49ea5;hpb=36cc3af3e5074215817ddee16defde754e2ad67f;p=lugaru.git diff --git a/Source/Person.cpp b/Source/Person.cpp index edebfb2..ee9ab1f 100644 --- a/Source/Person.cpp +++ b/Source/Person.cpp @@ -87,7 +87,7 @@ extern int indialogue; extern bool gamestarted; -extern FSOUND_STREAM * strm[10]; +extern FSOUND_STREAM * strm[20]; extern "C" void PlaySoundEx(int channel, FSOUND_SAMPLE *sptr, FSOUND_DSPUNIT *dsp, signed char startpaused); extern "C" void PlayStreamEx(int chan, FSOUND_STREAM *sptr, FSOUND_DSPUNIT *dsp, signed char startpaused);