All the Changes for 1.2.1
Sorry forgot to commit once again. Just look in the changelog of the release
This commit is contained in:
parent
9a8c8bc714
commit
73775f875a
9 changed files with 27 additions and 12 deletions
|
@ -20,6 +20,11 @@ void playMusic(Sound snd){
|
|||
csndPlaySound(10, SOUND_FORMAT_16BIT | SOUND_REPEAT, 44100, 1, 0, snd.buffer, snd.buffer, snd.size);
|
||||
}
|
||||
|
||||
void stopMusic() {
|
||||
CSND_SetPlayState(8, 0);
|
||||
CSND_SetPlayState(10, 0);
|
||||
}
|
||||
|
||||
void updateMusic(int lvl, int time) {
|
||||
switch(lvl) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue