mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-18 23:16:50 -04:00
add default params to fopacm create funcs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user