mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
@@ -3702,8 +3702,10 @@ ConstantTokenElement* DerefElement::try_as_art_const(const Env& env, FormPool& p
|
||||
if (elt_name) {
|
||||
return pool.alloc_element<ConstantTokenElement>(*elt_name);
|
||||
} else {
|
||||
lg::error("function {}: did not find art element {} in {}", env.func->name(),
|
||||
mr.maps.ints.at(0), env.art_group());
|
||||
if (env.version != GameVersion::Jak2) {
|
||||
lg::error("function {}: did not find art element {} in {}", env.func->name(),
|
||||
mr.maps.ints.at(0), env.art_group());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user