mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-02 07:12:13 +00:00
Fix overloaded functions.
This commit is contained in:
parent
b4dd1b0a89
commit
0c9522b1ca
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ find_function (expr_t *fexpr, expr_t *params)
|
||||||
|
|
||||||
memset (&type, 0, sizeof (type));
|
memset (&type, 0, sizeof (type));
|
||||||
|
|
||||||
|
type.type = ev_func;
|
||||||
for (e = params; e; e = e->next) {
|
for (e = params; e; e = e->next) {
|
||||||
if (e->type == ex_error)
|
if (e->type == ex_error)
|
||||||
return e;
|
return e;
|
||||||
|
|
Loading…
Reference in a new issue