mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
SERVER: Don't make spotlights static
This commit is contained in:
parent
3f0a885c9b
commit
5905874ac8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void() light_torch_large_yellow = // Light with larger flame & fire sound
|
|||
void() light_flame_small_white = // Light with small flame & fire sound
|
||||
{ L_Setup(); makestatic(self); }
|
||||
void() light_spot = // Spotlight
|
||||
{ L_Setup(); makestatic(self); }
|
||||
{ L_Setup(); }
|
||||
|
||||
//
|
||||
// --------------------
|
||||
|
|
Loading…
Reference in a new issue