mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 03:06:18 -04:00
jak2: fix metalkor regression (#2999)
This commit is contained in:
@@ -743,7 +743,8 @@ void SSA::make_vars(const Function& function, const DecompilerTypeSystem& dts) {
|
||||
function.guessed_name.to_string() == "(method 74 hal)" ||
|
||||
function.guessed_name.to_string() == "water-anim-event-handler" ||
|
||||
function.guessed_name.to_string() == "(method 74 civilian)" ||
|
||||
function.guessed_name.to_string() == "(method 74 crimson-guard)";
|
||||
function.guessed_name.to_string() == "(method 74 crimson-guard)" ||
|
||||
function.guessed_name.to_string() == "metalkor-handler";
|
||||
}
|
||||
|
||||
if (function.ir2.env.version == GameVersion::Jak1) {
|
||||
|
||||
Reference in New Issue
Block a user