added function to get music filename by music ID
authorHolger Schemel <info@artsoft.org>
Fri, 2 Feb 2018 23:40:20 +0000 (00:40 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 2 Feb 2018 23:45:37 +0000 (00:45 +0100)
commit7b3991f74b0e0dc6774453a59e674696560c2d93
treed451261341e793d61db964d46425b675d4b7b9e6
parent1014046f9509924c07082a398a13715281a1e49d
added function to get music filename by music ID

- this does (still) not work correctly for negative music IDs
- negative music IDs are used for (game) music files not specified in a GIC
- handling negative music IDs will be fixed in the next commit
src/game.c
src/libgame/sound.c
src/libgame/sound.h
src/tools.c