Closed martzgb closed 2 years ago
There is a call to StopMusic; on line 136 of main.c. The levels in my game can be quite short, and it would be nice to be able to conditionally continue playing music. At least in my project, if I comment out this line, music continues playing fine.
StopMusic;
Done on https://github.com/Zal0/ZGB/commit/a503ed3a52b5418a8402f2d96efae9c1f85be896
There is a call to
StopMusic;
on line 136 of main.c. The levels in my game can be quite short, and it would be nice to be able to conditionally continue playing music. At least in my project, if I comment out this line, music continues playing fine.