mirror of
https://github.com/open-goal/jak-project
synced 2026-09-10 20:29:51 -04:00
[decomp] add a bunch of flag enums (#1350)
* update refs * first pass * update refs 2 * update * update * update * stuff and things * accidentally wiped this * fancy decomp for static sound specs * clang * 5 more refs
This commit is contained in:
@@ -2460,7 +2460,6 @@ void DecompiledDataElement::do_decomp(const Env& env, const LinkedObjectFile* fi
|
||||
if (m_label_info) {
|
||||
m_description = decompile_at_label_with_hint(*m_label_info, m_label, env.file->labels,
|
||||
env.file->words_by_seg, *env.dts, file);
|
||||
|
||||
} else {
|
||||
m_description = decompile_at_label_guess_type(m_label, env.file->labels, env.file->words_by_seg,
|
||||
env.dts->ts, file);
|
||||
|
||||
Reference in New Issue
Block a user