Rename subtype to argument

This appears to be the official name of this field based off of an assert in TP debug.
This commit is contained in:
LagoLunatic
2025-09-14 14:24:43 -04:00
parent 17d677a5ad
commit 37865be5b5
14 changed files with 105 additions and 123 deletions
+1 -1
View File
@@ -554,7 +554,7 @@ void dEvDtStaff_c::specialProcCreate() {
scale = *pScale;
}
fopAcM_create(objectName->mProcName, arg, &pos, dComIfGp_roomControl_getStayNo(), &angle, &scale, objectName->mSubtype);
fopAcM_create(objectName->procname, arg, &pos, dComIfGp_roomControl_getStayNo(), &angle, &scale, objectName->argument);
}
break;
}