STANDARD: Add entvar for scale factor

This commit is contained in:
cypress 2023-12-29 17:09:05 -05:00
parent d815f9f037
commit 371f4b9824

View file

@ -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