SERVER: Add missing definition for light_spot

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

View file

@ -96,6 +96,8 @@ void() light_torch_large_yellow = // Light with larger flame & fire sound
{ L_Setup(); self.frame = 1; makestatic(self); }
void() light_flame_small_white = // Light with small flame & fire sound
{ L_Setup(); makestatic(self); }
void() light_spot = // Spotlight
{ L_Setup(); makestatic(self); }
//
// --------------------