#25949 - Mephisto - Wed Sep 01, 2004 7:20 pm
this code doesnt work
whereas
does
AAS_SFX_GetNumChannels() is supposed to return a available channel so why it does not work ?
Code: |
AAS_SFX_Play( AAS_SFX_GetNumChannels(), ..., ..., ..., ..., ...); |
whereas
Code: |
AAS_SFX_Play( 0, ..., ..., ..., ..., ...); |
does
AAS_SFX_GetNumChannels() is supposed to return a available channel so why it does not work ?