(ef5df81dc) Fixed personal slots not being visible in the sub editor

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:06:24 +03:00
parent 606e1f6560
commit 5c90e26209
13 changed files with 331 additions and 142 deletions
@@ -35,7 +35,7 @@ namespace Barotrauma
private static Dictionary<InvSlotType, Sprite> limbSlotIcons;
const InvSlotType PersonalSlots = InvSlotType.Card | InvSlotType.Headset | InvSlotType.InnerClothes | InvSlotType.OuterClothes | InvSlotType.Head;
public const InvSlotType PersonalSlots = InvSlotType.Card | InvSlotType.Headset | InvSlotType.InnerClothes | InvSlotType.OuterClothes | InvSlotType.Head;
private Point screenResolution;