Some henna documentation (#2739)

* henna minor cleanup

* rename light to kankyo

* more cleanup

* pos

* more cleanup

* fix build

* final fix
This commit is contained in:
Luzagar
2025-10-18 00:11:34 +02:00
committed by GitHub
parent c3e33987da
commit c40989b9de
21 changed files with 380 additions and 381 deletions
+1 -1
View File
@@ -1610,7 +1610,7 @@ void cloud_shadow_move() {
cLib_addCalc(&g_env_light.field_0xebc, 0.3f, 0.1f, 0.01f, 0.000001f);
}
if (g_env_light.field_0x12cc >= 3) {
if (g_env_light.wether >= 3) {
cLib_addCalc(&g_env_light.field_0xebc, 1.0f, 0.5f, 0.1f, 0.000001f);
}
}