From 2397b9c117638d161ae1c76f0c0ae0f8784b3faf Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 16 Jun 2022 08:23:09 +0200 Subject: [PATCH] - missed a ZScript declaration. --- wadsrc/static/zscript/actors/player/player.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/player/player.zs b/wadsrc/static/zscript/actors/player/player.zs index e72bef83853..d4772960e7d 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;