NX/VITA: Add support for light_lev

This commit is contained in:
cypress 2024-09-02 19:28:32 -07:00
parent ad9d215d3d
commit 4418a1b0de
1 changed files with 1 additions and 0 deletions

View File

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