Add support for light_lev

This commit is contained in:
cypress 2024-09-02 19:28:53 -07:00
parent 93c42542c8
commit 5b122e8073

View file

@ -165,4 +165,5 @@ typedef struct
float maxspeed;
float facingenemy;
float scale;
float light_lev;
} entvars_t;