mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
support type-ref (#613)
This commit is contained in:
@@ -458,7 +458,7 @@ void ObjectGenerator::emit_link_type_pointer(int seg, const TypeSystem* ts) {
|
||||
out.push_back(0);
|
||||
|
||||
// method count
|
||||
out.push_back(ts->get_next_method_id(ts->lookup_type(rec.first)));
|
||||
out.push_back(ts->get_type_method_count(rec.first));
|
||||
|
||||
// number of links
|
||||
push_data<u32>(size, out);
|
||||
|
||||
Reference in New Issue
Block a user