From 92af4c4025dc760160671bffe0ef88279732429c Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sun, 3 Nov 2024 21:05:45 -0500 Subject: [PATCH] JPN fix --- src/d/actor/d_a_dai_item.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d/actor/d_a_dai_item.cpp b/src/d/actor/d_a_dai_item.cpp index df809392..b4ea9290 100644 --- a/src/d/actor/d_a_dai_item.cpp +++ b/src/d/actor/d_a_dai_item.cpp @@ -368,7 +368,9 @@ void daStandItem_c::CreateInit() { m690 = NULL; m694 = NULL; m698 = NULL; +#if VERSION != VERSION_JPN g_env_light.settingTevStruct(TEV_TYPE_ACTOR, ¤t.pos, &tevStr); +#endif } /* 800E3E94-800E4048 .text _create__13daStandItem_cFv */