mirror of
https://github.com/open-goal/jak-project
synced 2026-08-13 04:10:18 -04:00
@@ -196,12 +196,11 @@
|
||||
"FEB.DGO",
|
||||
|
||||
"LDJAKBRN.DGO",
|
||||
// "HIDEOUT.DGO",
|
||||
"HIDEOUT.DGO",
|
||||
"KIOSK.DGO",
|
||||
"DMI.DGO",
|
||||
"RUI.DGO",
|
||||
// "RUI.DGO",
|
||||
"VI1.DGO",
|
||||
"CIB.DGO",
|
||||
"FEB.DGO"
|
||||
"CIB.DGO"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ void blocksound_handler::init() {
|
||||
|
||||
int idx = 0;
|
||||
for (auto& g : m_sfx.grains) {
|
||||
lg::info("grain {}: {}", idx, g->inspect());
|
||||
// lg::info("grain {}: {}", idx, g->inspect());
|
||||
idx++;
|
||||
}
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ u32 player::play_sound_by_name(u32 bank_id,
|
||||
}
|
||||
|
||||
if (bank == nullptr) {
|
||||
//lg::error("play_sound_by_name: failed to find bank for sound {}", sound_name);
|
||||
// lg::error("play_sound_by_name: failed to find bank for sound {}", sound_name);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -170,7 +170,7 @@ u32 player::play_sound_by_name(u32 bank_id,
|
||||
return play_sound(bank->bank_id, sound.value(), vol, pan, pm, pb);
|
||||
}
|
||||
|
||||
//lg::error("play_sound_by_name: failed to find sound {}", sound_name);
|
||||
// lg::error("play_sound_by_name: failed to find sound {}", sound_name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user