nio_music_playing() is broken
Status: Alpha
Brought to you by:
cnystrom
nio_music_playing() is broken.
This has not worked since we moved from RPC to messages.
We need for d0 to send a NIO_MUSIC_DONE message to nio_lib when a song is done playing.
This information should be retained by nio_lib, so that it can respond properly to nio_music_playing() calls.
Responce from nio_music_playing() should be TRUE or FALSE. There are no parameters as nio_lib is set up so that only one piece of music can play at the same time (any number of sounds fx can play).