Zal0 / ZGB

Game Boy / Color engine with lots of features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement Request: Option not to stop music when changing game states

martzgb opened this issue · comments

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.

commented

Done on
a503ed3