mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- missed a ZScript declaration.
This commit is contained in:
parent
e62fe65d00
commit
2397b9c117
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue