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.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c
index 47a1b3b..e185707 100644
--- a/TemplePushing.c4s/Script.c
+++ b/TemplePushing.c4s/Script.c
@@ -29,7 +29,9 @@ func Initialize()
{
ShowLobby();
eliminatedPlayers = [];
-
+
+ CreateObject(PUEX, 0, 0, NO_OWNER);
+
// Create Thrones for recreational purposes
CreateObject(THRN, 590, 420, NO_OWNER);
CreateObject(THRN, 410, 210, NO_OWNER);
@@ -196,7 +198,9 @@ func Script0()
section = CreateObject(sectionID, 0, 0, NO_OWNER);
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]);