Add support for light_lev

This commit is contained in:
cypress 2024-09-02 19:28:46 -07:00
parent e478186199
commit 82781db52c

View file

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