From a2558277e5bd09277d588e2f35b7c805553742f7 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 7 Oct 2023 20:08:25 -0400 Subject: [PATCH] kytag05 version diff --- src/d/actor/d_a_kytag05.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/d/actor/d_a_kytag05.cpp b/src/d/actor/d_a_kytag05.cpp index b83589710..9e1cff690 100644 --- a/src/d/actor/d_a_kytag05.cpp +++ b/src/d/actor/d_a_kytag05.cpp @@ -136,7 +136,11 @@ static int daKytag05_Create(fopAc_ac_c* i_this) { dKyw_evt_wind_set_go(); dKyw_evt_wind_set(0, 0); g_env_light.mSnowCount = 200; +#if VERSION == VERSION_JPN + g_env_light.mMoyaMode = 3; +#else g_env_light.mMoyaMode = 0; +#endif g_env_light.mMoyaCount = 100; return cPhs_COMPLEATE_e;