summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_fm.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-12 17:46:14 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-12 17:46:14 -0400
commitff60c624ce6b5d76509331df8543d5739de7a76b (patch)
treee410fc62124dc7493bf74677e09cadc09e7ef4e1 /src/d/actor/d_a_fm.cpp
parent37000df61b8be0edc57cb2f412b139a67fe22225 (diff)
Clean up dComIfGp_evmng_getMyActIdx calls
Diffstat (limited to 'src/d/actor/d_a_fm.cpp')
-rw-r--r--src/d/actor/d_a_fm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_fm.cpp b/src/d/actor/d_a_fm.cpp
index 4af61182..4237a468 100644
--- a/src/d/actor/d_a_fm.cpp
+++ b/src/d/actor/d_a_fm.cpp
@@ -714,7 +714,7 @@ void daFm_c::iceProc() {
setAttention();
J3DModel* pModel = mpMorf->getModel();
-#if VERSION != VERSION_DEMO
+#if VERSION > VERSION_DEMO
pModel->setBaseTRMtx(mDoMtx_stack_c::get());
#else
pModel->setBaseTRMtx(mDoMtx_stack_c::get());
@@ -3380,7 +3380,7 @@ void daFm_c::createInit() {
holeSetMtx();
mpMorf->calc();
-#if VERSION != VERSION_DEMO
+#if VERSION > VERSION_DEMO
g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &current.pos, &tevStr);
#endif
@@ -3477,7 +3477,7 @@ bool daFm_c::_delete() {
cancelGrab();
dComIfG_resDelete(&mPhs, m_arc_name);
mpFollowEcallBack.remove();
-#if VERSION != VERSION_DEMO
+#if VERSION > VERSION_DEMO
if(heap != NULL) {
mpMorf->stopZelAnime();
}