diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-16 18:30:05 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-16 18:30:05 -0500 |
| commit | 44636803330e4cbb3fc278528dcf0b9b75c65909 (patch) | |
| tree | 54f240c7cc1c7f8e4617d44549fa7373c37b79c1 /src/d/d_com_static.cpp | |
| parent | fb6939d9cdc3545f8f99ca76dbd8f0c460071142 (diff) | |
Rename actor orig->home and next->old
Diffstat (limited to 'src/d/d_com_static.cpp')
| -rw-r--r-- | src/d/d_com_static.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp index 5ca7177a..730df43b 100644 --- a/src/d/d_com_static.cpp +++ b/src/d/d_com_static.cpp @@ -252,7 +252,7 @@ void daTagKbItem_c::dig_main() { } if (field_0x2a1 != 0xFF) { - mpActor->orig.angle.z = field_0x2a1; + mpActor->home.angle.z = field_0x2a1; fopAcM_onSwitch(this, field_0x2a4); fopAcM_delete(this); r30 = true; |
