Fix a warning (#1985)

Lol
This commit is contained in:
Pieter-Jan Briers
2026-06-04 04:29:54 +02:00
committed by GitHub
parent e99b604dd2
commit b7d32918bd
+1 -1
View File
@@ -178,7 +178,7 @@ static void anm_init(npc_ks_class* i_this, int param_2, f32 i_morf, u8 i_attr, f
param_2 = 42;
} else {
// bug: developers meant to set equal to 44?
param_2 == 44;
IF_NOT_DUSK(param_2 == 44);
dComIfGs_shake_kandelaar();
}
}