From 944da221f3dd82d5e7a37fe607f1fc3d5ef925f9 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 29 Dec 2025 14:40:30 -0500 Subject: [PATCH] Fix kokiie version diff --- src/d/actor/d_a_kokiie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/actor/d_a_kokiie.cpp b/src/d/actor/d_a_kokiie.cpp index b0e192f96..1f82761d0 100644 --- a/src/d/actor/d_a_kokiie.cpp +++ b/src/d/actor/d_a_kokiie.cpp @@ -433,7 +433,7 @@ static cPhs_State daKokiie_Create(fopAc_ac_c* a_this) { a_this->scale.y = 1.0f; fopAcM_SetMtx(a_this, i_this->mpModel->getBaseTRMtx()); - fopAcM_SetMin(a_this, a_this->scale.x * -1000.0f, DEMO_SELECT(-1000.0f, -1500.0f), a_this->scale.z * -1000.0f); + fopAcM_SetMin(a_this, a_this->scale.x * -1000.0f, VERSION_SELECT(-1000.0f, -1000.0f, -1500.0f, -1000.0f), a_this->scale.z * -1000.0f); fopAcM_SetMax(a_this, a_this->scale.x * 1000.0f, 1000.0f, a_this->scale.z * 1000.0f); i_this->mpModel->setBaseScale(a_this->scale);