mirror of
https://github.com/open-goal/jak-project
synced 2026-08-13 04:10:18 -04:00
[decomp] finish actor-link-h and a few more (#592)
* finish actor-link-h * decompile files * fix pp issue
This commit is contained in:
@@ -314,7 +314,8 @@ goos::Object SetVarElement::to_form_internal(const Env& env) const {
|
||||
}
|
||||
}
|
||||
|
||||
return pretty_print::build_list("set!", m_dst.to_form(env), m_src->to_form(env));
|
||||
return pretty_print::build_list(
|
||||
"set!", m_dst.to_form(env, RegisterAccess::Print::AS_VARIABLE_NO_CAST), m_src->to_form(env));
|
||||
}
|
||||
|
||||
std::optional<TypeSpec> SetVarElement::required_cast(const Env& env) const {
|
||||
|
||||
Reference in New Issue
Block a user