This website requires JavaScript.
Sign in
redstrate
/
sm64
Watch
1
Fork
You've already forked sm64
0
Code
Activity
9a801cb96d
sm64
/
src
/
game
/
behaviors
/
sound_volcano.inc.c
6 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
Refresh 1
2019-09-01 15:50:50 -04:00
// sound_volcano.inc.c
void
bhv_volcano_sound_loop
(
void
)
{
Refresh 2
2019-10-05 15:08:05 -04:00
PlaySound
(
SOUND_ENV_DRONING1
)
;
Refresh 1
2019-09-01 15:50:50 -04:00
}
Copy permalink