mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 21:02:14 +00:00
STANDARD: Add entvar for scale factor
This commit is contained in:
parent
d815f9f037
commit
371f4b9824
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ void end_sys_globals; // flag for structure dumping
|
||||||
.float currentmag2;
|
.float currentmag2;
|
||||||
.float maxspeed;
|
.float maxspeed;
|
||||||
.float facingenemy;
|
.float facingenemy;
|
||||||
//.float scale;
|
.float scale;
|
||||||
void end_sys_fields; // flag for structure dumping
|
void end_sys_fields; // flag for structure dumping
|
||||||
// End. Lines below this MAY be altered, to some extent
|
// End. Lines below this MAY be altered, to some extent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue