summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_cc_d.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-06-01 16:05:42 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-06-01 16:05:42 -0400
commitcdfaa05635dc5e4857eede2e1cb66ad37751032e (patch)
treebafe0677a9d83c9f61b055b08e359277f81f3c8f /src/SSystem/SComponent/c_cc_d.cpp
parent63a92eaa88967ecc21420cb085c69dedf1f839f7 (diff)
More demo work, cleanup
Diffstat (limited to 'src/SSystem/SComponent/c_cc_d.cpp')
-rw-r--r--src/SSystem/SComponent/c_cc_d.cpp2
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) {