add default params to fopacm create funcs

This commit is contained in:
LagoLunatic
2023-12-08 15:00:48 -05:00
parent c2625b0369
commit 46ffaf2839
10 changed files with 38 additions and 35 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ void dEvDtStaff_c::specialProcCreate() {
scale = *pScale;
}
fopAcM_create(objectName->mProcName, arg, &pos, dComIfGp_roomControl_getStayNo(), &angle, &scale, objectName->mSubtype, NULL);
fopAcM_create(objectName->mProcName, arg, &pos, dComIfGp_roomControl_getStayNo(), &angle, &scale, objectName->mSubtype);
}
break;
}