1 | global.flag[31 disable_loud_steps] = 1; |
2 | if (!snd_is_playing(global.currentsong[1])) |
3 | { |
4 | global.currentsong[0] = snd_init("field_of_hopes.ogg"); |
5 | global.currentsong[1] = mus_loop_ext(global.currentsong[0], 0.7, 1); |
6 | if (global.flag[209 seen_field_song] == 0) |
7 | { |
8 | global.flag[209 seen_field_song] = 1; |
9 | instance_create(0, 0, obj_fieldmuslogo); |
10 | } |
11 | } |