More clean-up
This commit is contained in:
@@ -8,7 +8,7 @@ namespace JabyEngine {
|
||||
uint32_t sfx_id;
|
||||
};
|
||||
|
||||
static Progress parse_jingle(State::Configuration& config, JingleState& jingle) {
|
||||
static Progress parse_jingle(State::CDDataProcessor& data_proc, JingleState& jingle) {
|
||||
SPU::voice[jingle.sfx_id].play();
|
||||
return Progress::Done;
|
||||
}
|
||||
|
Reference in New Issue
Block a user