mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 17:10:55 +00:00
PSP/CTR: Add .scale to defs
This commit is contained in:
parent
3802fadefa
commit
c7f5e02130
2 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,7 @@ void end_sys_globals; // flag for structure dumping
|
|||
.float currentmag2;
|
||||
.float maxspeed;
|
||||
.float facingenemy;
|
||||
.float scale;
|
||||
void end_sys_fields; // flag for structure dumping
|
||||
// End. Lines below this MAY be altered, to some extent
|
||||
|
||||
|
|
|
@ -155,6 +155,7 @@ void end_sys_globals; // flag for structure dumping
|
|||
.float currentmag2;
|
||||
.float maxspeed;
|
||||
.float facingenemy;
|
||||
.float scale;
|
||||
void end_sys_fields; // flag for structure dumping
|
||||
// End. Lines below this MAY be altered, to some extent
|
||||
|
||||
|
|
Loading…
Reference in a new issue