diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 16:05:42 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 16:05:42 -0400 |
| commit | cdfaa05635dc5e4857eede2e1cb66ad37751032e (patch) | |
| tree | bafe0677a9d83c9f61b055b08e359277f81f3c8f /src/SSystem/SComponent/c_cc_d.cpp | |
| parent | 63a92eaa88967ecc21420cb085c69dedf1f839f7 (diff) | |
More demo work, cleanup
Diffstat (limited to 'src/SSystem/SComponent/c_cc_d.cpp')
| -rw-r--r-- | src/SSystem/SComponent/c_cc_d.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SSystem/SComponent/c_cc_d.cpp b/src/SSystem/SComponent/c_cc_d.cpp index af277ef0..83db4ba5 100644 --- a/src/SSystem/SComponent/c_cc_d.cpp +++ b/src/SSystem/SComponent/c_cc_d.cpp @@ -204,6 +204,7 @@ void cCcD_Stts::Ct() { m_dmg = 0; } +#if VERSION > VERSION_DEMO /* 802419C4-80241C5C .text PlusCcMove__9cCcD_SttsFfff */ void cCcD_Stts::PlusCcMove(f32 x, f32 y, f32 z) { m_cc_move.x += x; @@ -214,6 +215,7 @@ void cCcD_Stts::PlusCcMove(f32 x, f32 y, f32 z) { CHECK_FLOAT_CLASS(0x1bd, m_cc_move.z); CHECK_VEC3_RANGE(0x1c1, m_cc_move); } +#endif /* 80241C5C-80241C98 .text Set__8cCcD_ObjFRC11cCcD_SrcObj */ void cCcD_Obj::Set(const cCcD_SrcObj& src) { |
