This website requires JavaScript.
Explore
Help
Sign In
kirsle
/
sm64pc
Watch
1
Star
0
Fork
0
You've already forked sm64pc
Code
Releases
Wiki
Activity
9a801cb96d
sm64pc
/
src
/
game
/
behaviors
/
sound_waterfall.inc.c
6 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
Refresh 1
2019-09-01 19:50:50 +00:00
// sound_waterfall.inc.c
void
bhv_waterfall_sound_loop
(
void
)
{
Refresh 2
2019-10-05 19:08:05 +00:00
PlaySound
(
SOUND_ENV_WATERFALL2
)
;
Refresh 1
2019-09-01 19:50:50 +00:00
}
Copy Permalink