diff --git a/!TheEsc/!RunImage,ff8 b/!TheEsc/!RunImage,ff8 index 98f1bbf..cd7ba72 100644 Binary files a/!TheEsc/!RunImage,ff8 and b/!TheEsc/!RunImage,ff8 differ diff --git a/!TheEsc/c/Intro b/!TheEsc/c/Intro index 6b32551..f36eb05 100644 --- a/!TheEsc/c/Intro +++ b/!TheEsc/c/Intro @@ -15,7 +15,7 @@ void intro() sound_set_voice(4,"WaveSynth-Beep"); sound_composition_init(); - sound_composition_load("cmpintro"); + sound_composition_load("music.cmpintro"); tick = clock(); diff --git a/!TheEsc/c/Mission1 b/!TheEsc/c/Mission1 index b96c6f5..e142f1c 100644 --- a/!TheEsc/c/Mission1 +++ b/!TheEsc/c/Mission1 @@ -845,7 +845,7 @@ void game1_death() sound_set_voice(4,"WaveSynth-Beep"); sound_composition_init(); - sound_composition_load("cmpagrac"); + sound_composition_load("music.cmpagrac"); tick = clock(); diff --git a/!TheEsc/c/Mission2 b/!TheEsc/c/Mission2 index 0cdd61c..0171be9 100644 --- a/!TheEsc/c/Mission2 +++ b/!TheEsc/c/Mission2 @@ -75,7 +75,7 @@ void game2_death() sound_set_voice(4,"WaveSynth-Beep"); sound_composition_init(); - sound_composition_load("cmpagrac"); + sound_composition_load("music.cmpagrac"); tick = clock(); diff --git a/!TheEsc/cmpagrac,ffd b/!TheEsc/music/cmpagrac,ffd similarity index 100% rename from !TheEsc/cmpagrac,ffd rename to !TheEsc/music/cmpagrac,ffd diff --git a/!TheEsc/cmpintro,ffd b/!TheEsc/music/cmpintro,ffd similarity index 100% rename from !TheEsc/cmpintro,ffd rename to !TheEsc/music/cmpintro,ffd