mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-20 23:51:19 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user