SERVER: Don't make spotlights static

This commit is contained in:
cypress 2023-09-22 14:48:10 -04:00 committed by GitHub
parent 3f0a885c9b
commit 5905874ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(); }
//
// --------------------