Major npc wrestler cleanup (#2531)

This commit is contained in:
YunataSavior
2025-07-13 08:08:32 -07:00
committed by GitHub
parent d4768a864e
commit 9c48ec0905
6 changed files with 1206 additions and 1243 deletions
+4
View File
@@ -245,6 +245,10 @@ inline cXyz* fopAcM_GetOldPosition_p(fopAc_ac_c* i_actor) {
return &i_actor->old.pos;
}
inline cXyz* fopAcM_GetScale_p(fopAc_ac_c* i_actor) {
return &i_actor->scale;
}
inline cXyz* fopAcM_GetSpeed_p(fopAc_ac_c* i_actor) {
return &i_actor->speed;
}