Cloud: Insert snow only if allowed to

directional-lights
Mark 2016-10-13 05:41:04 +02:00
parent 15d850e4ec
commit 44b2fda439
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ private func RainDrop()
if(mat == "Snow")
{
CreateParticle("RaindropSnow", x, y, xdir, 10, PV_Random(2000, 3000), particle_cache.snow, 0);
if (!i)
if (!i && rain_inserts_mat)
CastPXS(mat, 1, 0, x, y);
continue;
}