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;