added playing the first unconfigured music file in the first level
authorHolger Schemel <info@artsoft.org>
Wed, 12 Apr 2023 12:01:48 +0000 (14:01 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 12 Apr 2023 12:09:48 +0000 (14:09 +0200)
commitd2752b73ff3f10333de06162cd312d9afa6df057
tree48e090b863f51d5e5f611fb669ee8a3233661c17
parent1322810321b274b4c1f1ad8f5598196c93f7452b
added playing the first unconfigured music file in the first level

Before, the (unconfigured) music file to be played in the first level
of a level set depended on the number of the first level (with the
result that the first music file was played in level 000, the second
music file was played in level 001 and so on, which probably was not
the intended behaviour when the level set started with level 001).

Now the first music file in the list of unconfigured music files is
played in the first level of a level set, regardless of the number of
that level (which is either 000 or 001 for most level sets).
src/game.c