summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-03-04 21:27:02 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-03-04 21:27:12 +0100
commit1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2 (patch)
treeb46e2f61f6a223e8c2c54536da324f502a99b948 /TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d
parent2fa1ef2fe4dcd5c47d1ccca68d1dba79399ea2c6 (diff)
downloadtempelschubsen-1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2.tar.gz
tempelschubsen-1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2.zip
Move some mode-specific stuff into the modes' scripts
Diffstat (limited to 'TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d')
-rw-r--r--TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
index a169b11..248785b 100644
--- a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
+++ b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
@@ -37,7 +37,5 @@
public func SectionAmbienceSounds()
{
- if (mode == MODE_Festive) return [["FestiveAmbience.ogg", 25]];
- else if (mode == MODE_Apocalyptic) return [["ExtremeAmbience.ogg", 75]];
- else return [["LiquidAmbience.ogg", 50], ["Rain.ogg", 10]];
+ return [["LiquidAmbience.ogg", 50], ["Rain.ogg", 10]];
}