Skip to content

Commit

Permalink
update (angband#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
s88100 committed Apr 22, 2022
1 parent 7f8f88f commit 612cafa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/sounds/ambient/Makefile
Expand Up @@ -4,7 +4,11 @@ include $(MKPATH)buildsys.mk
DATA = store/credits.txt \
store/alchemy.ogg0 \
store/magic.ogg0 \
store/meow.ogg \
store/purr.ogg0 \
store/alchemy.mp3 \
store/magic.mp3
store/magic.mp3 \
store/meow.mp3 \
store/purr.mp3

PACKAGE = sounds/ambient
2 changes: 1 addition & 1 deletion src/client/snd-sdl.c
Expand Up @@ -53,8 +53,8 @@ enum

static const struct sound_file_type supported_sound_files[] =
{
{".ogg0", SDL_CHUNK_LOOP},
{".ogg", SDL_CHUNK},
{".ogg0", SDL_CHUNK_LOOP},
{".mp3", SDL_MUSIC},
{"", SDL_NULL}
};
Expand Down

0 comments on commit 612cafa

Please sign in to comment.