SERVER: Fix Power-Up Sparkle FULLBRIGHT flag

This commit is contained in:
cypress 2024-09-01 19:24:12 -07:00
parent b257777f86
commit 1138c79519

View file

@ -823,6 +823,7 @@ void(vector where, float type) Spawn_Powerup =
sparkle.scale = 0.66;
}
sparkle.effects = EF_FULLBRIGHT;
sparkle.think = PU_SparkleThink;
sparkle.nextthink = time + 0.1;