summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Script.c
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2015-07-29 21:36:06 +0200
committerMittendrein Markus <maxmitti@gmx.net>2015-07-29 21:36:06 +0200
commit55d75460513f6b05f28f27285a6f025fab390929 (patch)
tree78739854a8c0761763c733d6d8abbdfcddccd4a3 /TemplePushing.c4s/Script.c
parent11f3bea1f865d21a048393eae4bfc7fad90cf03a (diff)
downloadtempelschubsen-55d75460513f6b05f28f27285a6f025fab390929.tar.gz
tempelschubsen-55d75460513f6b05f28f27285a6f025fab390929.zip
Removed commented out code.
Diffstat (limited to 'TemplePushing.c4s/Script.c')
-rw-r--r--TemplePushing.c4s/Script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c
index 2e54794..9a1974e 100644
--- a/TemplePushing.c4s/Script.c
+++ b/TemplePushing.c4s/Script.c
@@ -491,7 +491,7 @@ global func FxGameOverStart(object pTarget, int iEffectNumber)
global func FxGameOverTimer(object pTarget, int iEffectNumber, int iEffectTime)
{
var sounds = EffectVar(0, pTarget, iEffectNumber);
- if (iEffectTime <= 100/* && ambienceEnabled*/)
+ if (iEffectTime <= 100)
{
for(var sound in sounds)
{