Comment scale def

This commit is contained in:
Steam Deck User 2022-12-27 16:40:35 -05:00
parent a1583120f3
commit d3e4af8707
2 changed files with 2 additions and 2 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

View file

@ -155,7 +155,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