summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s')
-rw-r--r--TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c2
1 files changed, 0 insertions, 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);