diff --git a/src/p_effect.cpp b/src/p_effect.cpp index 0181ba0b63e..96295d6f534 100644 --- a/src/p_effect.cpp +++ b/src/p_effect.cpp @@ -763,7 +763,7 @@ void P_DrawRailTrail(AActor *source, TArray &portalhits, int color1, int spiralduration = (duration == 0) ? 35 : duration; p->alpha = 1.f; - p->ttl = duration; + p->ttl = spiralduration; p->fadestep = FADEFROMTTL(spiralduration); p->size = 3; p->bright = fullbright;