use statsthump sound for ShowStats()

This commit is contained in:
nehalmistry 2003-03-21 07:16:00 +00:00
parent 373c93a246
commit 082caa1ad4

View file

@ -927,7 +927,7 @@ local int GameStatsDrawFunc(int frame)
line_spacing=(432-bottom_offset-description_offset)/c;
if( !draw_all || (dodraw<=10 && (frame%stats_pause)==0) ) {
PlayGameSound(SoundIdForName("fist"),MaxSampleVolume);
PlayGameSound(SoundIdForName("statsthump"),MaxSampleVolume);
}