mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-22 12:01:11 +00:00
add scale to progdefs
This commit is contained in:
parent
ab9d9cc5b1
commit
3e2804d254
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ typedef struct
|
|||
float currentmag2;
|
||||
float maxspeed;
|
||||
float facingenemy;
|
||||
float scale;
|
||||
} entvars_t;
|
||||
|
||||
#define PROGHEADER_CRC 5927
|
||||
|
|
Loading…
Reference in a new issue