diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-14 14:24:43 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-14 14:24:43 -0400 |
| commit | 37865be5b5e96f6a00421c2fc844fb081b91d215 (patch) | |
| tree | 94920185a61b4aaa59b8c60191a2c83131644cc0 /src/d/d_event_data.cpp | |
| parent | 17d677a5ad8f8688a85a475fe3d8ca3918869a07 (diff) | |
Rename subtype to argument
This appears to be the official name of this field based off of an assert in TP debug.
Diffstat (limited to 'src/d/d_event_data.cpp')
| -rw-r--r-- | src/d/d_event_data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_event_data.cpp b/src/d/d_event_data.cpp index 855a068d..6278a729 100644 --- a/src/d/d_event_data.cpp +++ b/src/d/d_event_data.cpp @@ -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; } |
