mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 03:08:29 -04:00
d/jak2: finish onin-game and resolve type-hinting (array object) elements (#2188)
Fixes https://github.com/open-goal/jak-project/issues/2047
This commit is contained in:
@@ -2483,7 +2483,7 @@ 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, env.version);
|
||||
env.file->words_by_seg, env.dts->ts, file, env.version);
|
||||
} else {
|
||||
m_description = decompile_at_label_guess_type(m_label, env.file->labels, env.file->words_by_seg,
|
||||
env.dts->ts, file, env.version);
|
||||
|
||||
Reference in New Issue
Block a user