Skip to content

Commit

Permalink
- missed a ZScript declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jun 16, 2022
1 parent e62fe65 commit 2397b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actors/player/player.zs
Expand Up @@ -2901,7 +2901,7 @@ struct PlayerSkin native
native readonly uint8 range0start;
native readonly uint8 range0end;
native readonly bool othergame;
native readonly Vector2 Scale;
native readonly FVector2 Scale;
native readonly int sprite;
native readonly int crouchsprite;
native readonly int namespc;
Expand Down

0 comments on commit 2397b9c

Please sign in to comment.