Made intensity of screen flashes tweakable.
Deprecation cleanup.
This commit is contained in:
parent
923970898e
commit
8d72c5c78b
13 changed files with 42 additions and 36 deletions
|
|
@ -170,7 +170,7 @@ Class Razor2AltLight : DynamicLight
|
|||
override void Tick()
|
||||
{
|
||||
Super.Tick();
|
||||
if ( globalfreeze || level.frozen ) return;
|
||||
if ( isFrozen() ) return;
|
||||
args[LIGHT_RED] = int(255*lifetime);
|
||||
args[LIGHT_GREEN] = int(240*lifetime);
|
||||
args[LIGHT_BLUE] = int(224*lifetime);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue