it is indeed 0.1 as per clarification from goodlyay

UnknownShadow200 2017-01-31 10:25:37 +11:00
parent d476609599
commit 4fdb0e0b7e

@ -68,7 +68,7 @@ Each frame, for every position in the water texture array, it calculates the cor
Calculates the new potHeat as the current potHeat plus the flameHeat times 0.05. potHeat is clamped to a minimum of 0.
Calculates the new flameHeat as the current flameHeat minus 0.01F.
Calculates the new flameHeat as the current flameHeat minus 0.1F.
However, there is a 0.05 in 1 random chance that flameHeat is set to 0.5.