scream.cc 746 B

1234567891011121314151617181920
  1. /********************************************************************** <BR>
  2. This file is part of Crack dot Com's free source code release of
  3. Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
  4. information about compiling & licensing issues visit this URL</a>
  5. <PRE> If that doesn't help, contact Jonathan Clark at
  6. golgotha_source@usa.net (Subject should have "GOLG" in it)
  7. ***********************************************************************/
  8. #include "objs/scream.hh"
  9. #include "sfx_id.hh"
  10. #include "sound_man.hh"
  11. #include "math/random.hh"
  12. void g1_play_scream(i4_float x, i4_float y, i4_float h, g1_scream_type type)
  13. {
  14. // g1_sound_man.play_3d(g1_scream_ids[/*i4_rand() % 4*/0], x,y,h);
  15. }