- missed a ZScript declaration.

This commit is contained in:
Christoph Oelckers 2022-06-16 08:23:09 +02:00
parent e62fe65d00
commit 2397b9c117

View file

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