improve compat.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3937 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4d75061dbc
commit
6bb579f24b
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ void QCBUILTIN PF_skel_build(progfuncs_t *prinst, struct globalvars_s *pr_global
|
|||
float retainfrac = G_FLOAT(OFS_PARM3);
|
||||
int firstbone = G_FLOAT(OFS_PARM4)-1;
|
||||
int lastbone = G_FLOAT(OFS_PARM5)-1;
|
||||
float addition = 1?G_FLOAT(OFS_PARM6):1-retainfrac;
|
||||
float addition = (*prinst->callargc>6)?G_FLOAT(OFS_PARM6):1-retainfrac;
|
||||
|
||||
int i, j;
|
||||
int numbones;
|
||||
|
|
Loading…
Reference in a new issue