Some sound fixes (allow more than one composition) and death screen handling

This commit is contained in:
stevenhowes
2021-03-28 18:27:00 +01:00
parent 5e6601f38c
commit 7b1e9a0a6b
5 changed files with 106 additions and 29 deletions
+2
View File
@@ -61,6 +61,7 @@ void sound_composition_init()
{
composition[i].Start = -1;
}
current_element = 0;
}
void sound_composition_element_add(int start, int channel, int note, int length)
@@ -101,6 +102,7 @@ void sound_composition_debug()
void sound_composition_start(int cent)
{
composition_startcent = cent;
current_playback_element = 0;
}
void sound_composition_stop()