mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- fixed bad argument count in ScreenJobRunner.Validate call.
This commit is contained in:
parent
24dbfc7827
commit
b0cc5c14e2
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ bool ScreenJobValidate()
|
|||
int res;
|
||||
VMValue parm[] = { runner };
|
||||
VMReturn ret(&res);
|
||||
VMCall(func, parm, 2, &ret, 1);
|
||||
VMCall(func, parm, 1, &ret, 1);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue