mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-21 11:21:14 +00:00
SERVER: Fix Power-Up Sparkle FULLBRIGHT flag
This commit is contained in:
parent
b257777f86
commit
1138c79519
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue