mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
fix some method list emission bugs
This commit is contained in:
parent
d85a238af2
commit
24e7a88719
1 changed files with 2 additions and 1 deletions
|
@ -301,7 +301,8 @@ emit_methods (methodlist_t *_methods, const char *name, int instance)
|
|||
ReuseString (method->types);
|
||||
methods->method_list[i].method_types =
|
||||
methods->method_list[i].method_name.sel_types;
|
||||
methods->method_list[i].method_imp = method->def->ofs;
|
||||
methods->method_list[i].method_imp = G_FUNCTION (method->def->ofs);
|
||||
i++;
|
||||
}
|
||||
return methods_def->ofs;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue