sm64pc/src/game/behaviors/sound_volcano.inc.c

6 lines
97 B
C
Raw Normal View History

2019-09-01 19:50:50 +00:00
// sound_volcano.inc.c
void bhv_volcano_sound_loop(void) {
2019-10-05 19:08:05 +00:00
PlaySound(SOUND_ENV_DRONING1);
2019-09-01 19:50:50 +00:00
}