added sorting unconfigured music files by filename
authorHolger Schemel <info@artsoft.org>
Wed, 12 Apr 2023 11:57:20 +0000 (13:57 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 12 Apr 2023 11:57:25 +0000 (13:57 +0200)
commit1322810321b274b4c1f1ad8f5598196c93f7452b
tree61c9fba8d837602f04c205f28be659a5e0d4b42c
parent07a0f43d96ff82b3254cfe4c6fcec5fe769d6e20
added sorting unconfigured music files by filename

Before, unconfigured music files were played in the order they were
stored in the file system (that is, in unpredictable order). This
change adds sorting them by filename.
src/libgame/sound.c