mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
Copy the correct number of words for rcall
This commit is contained in:
parent
f5741a979e
commit
12d2a0ff75
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ PR_EnterFunction (progs_t *pr, bfunction_t *f)
|
|||
for (; i < MAX_PARMS; i++) {
|
||||
if (pr->pr_params[i] != pr->pr_real_params[i]) {
|
||||
copy_param (pr->pr_real_params[i], pr->pr_params[i],
|
||||
f->parm_size[i].size);
|
||||
parmsize.size);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue