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_sea.cpp | |
| parent | e58f66b8e4e2ec1754b48e57ca74e219e4908f63 (diff) | |
obj_mkiek demo match, remove fake inlines from cXyz
Diffstat (limited to 'src/d/actor/d_a_sea.cpp')
| -rw-r--r-- | src/d/actor/d_a_sea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_sea.cpp b/src/d/actor/d_a_sea.cpp index ab77ab13..f4503582 100644 --- a/src/d/actor/d_a_sea.cpp +++ b/src/d/actor/d_a_sea.cpp @@ -227,7 +227,7 @@ void daSea_packet_c::CleanUp() { for (s32 z = 0; z < GRID_CELLS; z++) for (s32 x = 0; x < GRID_CELLS; x++) mpHeightTable[idx++] = BASE_HEIGHT; - mCurPos.zero(); + mCurPos.x = mCurPos.y = mCurPos.z = 0.0f; } /* 8015B7E4-8015B84C .text __ct__14daSea_packet_cFv */ |
