STANDARD: Add entvar for scale factor

This commit is contained in:
cypress 2023-12-29 17:09:05 -05:00
parent d815f9f037
commit 371f4b9824
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void end_sys_globals; // flag for structure dumping
.float currentmag2;
.float maxspeed;
.float facingenemy;
//.float scale;
.float scale;
void end_sys_fields; // flag for structure dumping
// End. Lines below this MAY be altered, to some extent