diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-14 19:11:39 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-14 19:11:39 -0400 |
| commit | ea02e17b83df8ef9632f2a72ab0f7ce197a43da0 (patch) | |
| tree | 5a6ce1b7624f35542906a3a4fe0f2de46cd54ad8 /src/d/actor/d_a_player_main.cpp | |
| parent | e58f66b8e4e2ec1754b48e57ca74e219e4908f63 (diff) | |
obj_mkiek demo match, remove fake inlines from cXyz
Diffstat (limited to 'src/d/actor/d_a_player_main.cpp')
| -rw-r--r-- | src/d/actor/d_a_player_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_player_main.cpp b/src/d/actor/d_a_player_main.cpp index 076ce0c6..472aec73 100644 --- a/src/d/actor/d_a_player_main.cpp +++ b/src/d/actor/d_a_player_main.cpp @@ -2612,7 +2612,7 @@ void daPy_lk_c::posMove() { } } m3644 = 0.0f; - mStts.GetCCMoveP()->zero(); + mStts.GetCCMoveP()->x = mStts.GetCCMoveP()->y = mStts.GetCCMoveP()->z = 0.0f; if (m34C2 == 1 || m34C2 == 8 || m34C2 == 9 || m34C2 == 5) { cXyz sp5C; if (m34C2 == 1 || m34C2 == 5) { |
