summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g
diff options
context:
space:
mode:
authorJan <>2016-02-08 23:36:26 +0100
committerJan <>2016-02-08 23:36:26 +0100
commitd6816e95913e6705b03ea205ba3c10d0101692d6 (patch)
treed0d569e415d6d4dc3fc732804354d6ecdd446411 /TemplePushing.c4s/System.c4g
parent378a033d2d2b12b20670764335476786ad8532f8 (diff)
downloadtempelschubsen-d6816e95913e6705b03ea205ba3c10d0101692d6.tar.gz
tempelschubsen-d6816e95913e6705b03ea205ba3c10d0101692d6.zip
Indentation: Replace spaces with tab
Diffstat (limited to 'TemplePushing.c4s/System.c4g')
-rw-r--r--TemplePushing.c4s/System.c4g/Curses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/Curses.c b/TemplePushing.c4s/System.c4g/Curses.c
index f0f4d8b..27f0e9e 100644
--- a/TemplePushing.c4s/System.c4g/Curses.c
+++ b/TemplePushing.c4s/System.c4g/Curses.c
@@ -54,7 +54,7 @@ protected func FxCurseIsActive(pClonk, iEffectNumber)
// Old meaning of effect variable 2: true if still chasing target or false if activated
// New meaning:
// == 1: Still chasing target
- // <= 0: Was activated and remaining lifetime is GetActivatedLifeTime() + value
+ // <= 0: Was activated and remaining lifetime is GetActivatedLifeTime() + value
return EffectVar(2, pClonk, iEffectNumber) <= 0;
}