mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: Add support for light_lev
This commit is contained in:
parent
ad9d215d3d
commit
4418a1b0de
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue