Finish renaming subtype to argument (#2659)

This commit is contained in:
LagoLunatic
2025-09-14 16:17:54 -04:00
committed by GitHub
parent adb6c71567
commit 8c5d05cd54
6 changed files with 78 additions and 65 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ static int fopAc_Create(void* i_this) {
a_this->home.angle = append->base.angle;
a_this->shape_angle = append->base.angle;
a_this->parentActorID = append->parent_id;
a_this->argument = append->subtype;
a_this->argument = append->argument;
a_this->scale.set(append->scale.x * 0.1f, append->scale.y * 0.1f,
append->scale.z * 0.1f);
a_this->setID = append->base.setID;