From 31cce55adfab8b8f26e811b81c4b3024022116aa Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 3 Mar 2016 22:36:19 +0100 Subject: Prevent snow particles from being pushed around arbitrarily --- TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c b/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c index 3127074..4719aa5 100644 --- a/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c +++ b/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c @@ -8,8 +8,6 @@ protected func Initialize() { } func Snowing() { - - PushParticles("Snow2",RandomX(-7,7)); for(var x; x<4; x++) { CreateParticle("Snow2",Random(LandscapeWidth()),0,0,25,RandomX(5,15),0); -- cgit v1.2.3-54-g00ecf