mirror of
https://github.com/open-goal/jak-project
synced 2026-05-31 01:16:12 -04:00
[decompiler] Jak 2 modifications, new all-types code (#1553)
* temp * look at old game types * clean up
This commit is contained in:
@@ -34,8 +34,10 @@ Register get_expected_fpr_backup(int n, int total) {
|
||||
|
||||
} // namespace
|
||||
|
||||
Function::Function(int _start_word, int _end_word) : start_word(_start_word), end_word(_end_word) {
|
||||
Function::Function(int _start_word, int _end_word, GameVersion version)
|
||||
: start_word(_start_word), end_word(_end_word) {
|
||||
ir2.form_pool.reset(new FormPool());
|
||||
ir2.env.version = version;
|
||||
}
|
||||
|
||||
Function::~Function() {}
|
||||
|
||||
Reference in New Issue
Block a user