diff --git a/wadsrc/static/zscript/actors/player/player.zs b/wadsrc/static/zscript/actors/player/player.zs index e72bef8385..d4772960e7 100644 --- a/wadsrc/static/zscript/actors/player/player.zs +++ b/wadsrc/static/zscript/actors/player/player.zs @@ -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;