hecking---
This commit is contained in:
parent
6b4a849e5c
commit
a2ea96cef8
2 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,7 @@ void updateMusic(int lvl, int time) {
|
|||
|
||||
void loadSounds() {
|
||||
loadSound(&snd_playerHurt, "romfs:/resources/playerhurt.raw");
|
||||
loadSound(&snd_playerDeath, "romfs:/resources/playerdeath.raw");
|
||||
loadSound(&snd_playerDeath, "romfs:/resources/death.raw");
|
||||
loadSound(&snd_monsterHurt, "romfs:/resources/monsterhurt.raw");
|
||||
loadSound(&snd_test, "romfs:/resources/test.raw");
|
||||
loadSound(&snd_pickup, "romfs:/resources/pickup.raw");
|
||||
|
|
|
@ -228,6 +228,7 @@ int main() {
|
|||
networkExit();
|
||||
csndExit();
|
||||
cfguExit();
|
||||
romfsExit();
|
||||
sf2d_fini();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue