projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dbc494
)
removed disabling music if no unconfigured music found
author
Holger Schemel
<info@artsoft.org>
Wed, 8 Mar 2023 20:13:46 +0000
(21:13 +0100)
committer
Holger Schemel
<info@artsoft.org>
Wed, 8 Mar 2023 20:13:46 +0000
(21:13 +0100)
src/libgame/sound.c
patch
|
blob
|
history
diff --git
a/src/libgame/sound.c
b/src/libgame/sound.c
index a87b0dbcc3ad0241dd99b9b79a01d4cc9cc7f404..86c5af997e1674cb94f94360ae06d584f0044e2f 100644
(file)
--- a/
src/libgame/sound.c
+++ b/
src/libgame/sound.c
@@
-613,16
+613,12
@@
static void LoadCustomMusic_NoConf(void)
{
Warn("cannot find music directory with unconfigured music");
- audio.music_available = FALSE;
-
return;
}
else if ((dir = openDirectory(music_directory)) == NULL)
{
Warn("cannot read music directory '%s'", music_directory);
- audio.music_available = FALSE;
-
return;
}