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

6 lines
97 B
C
Raw Normal View History

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