mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
Comment scale def
This commit is contained in:
parent
a1583120f3
commit
d3e4af8707
2 changed files with 2 additions and 2 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
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,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