summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Script.c')
-rw-r--r--TemplePushing.c4s/Script.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c
index 11aa82f..879871b 100644
--- a/TemplePushing.c4s/Script.c
+++ b/TemplePushing.c4s/Script.c
@@ -32,8 +32,6 @@ func Initialize()
eliminatedPlayers = [];
ambienceSounds = [];
- CreateObject(PUEX, 0, 0, NO_OWNER);
-
// Create Thrones for recreational purposes
CreateObject(THRN, 590, 420, NO_OWNER);
CreateObject(THRN, 410, 210, NO_OWNER);
@@ -198,8 +196,6 @@ func Script0()
ambienceSounds = mode->~AmbienceSounds() || section->~SectionAmbienceSounds() || [];
mode = CreateObject(mode, 0, 0, NO_OWNER);
- CreateObject(PUEX, 0, 0, NO_OWNER);
-
var modeGamma = mode->~Gamma();
if (modeGamma) SetGamma(modeGamma[0], modeGamma[1], modeGamma[2]);