mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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));
|
||||
|
||||
type.type = ev_func;
|
||||
for (e = params; e; e = e->next) {
|
||||
if (e->type == ex_error)
|
||||
return e;
|
||||
|
|
Loading…
Reference in a new issue