Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
AgeGender data type
Browse files Browse the repository at this point in the history
Makes the drop-down list appear in the grid.
  • Loading branch information
Snaitf committed Nov 8, 2014
1 parent e9f9128 commit ebbefc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s4pi Wrappers/CASPartResource/CASPartResourceTS4.cs
Expand Up @@ -680,7 +680,7 @@ public enum PramFlag : byte
}

[Flags]
public enum AgeGenderFlags
public enum AgeGenderFlags : uint
{
Baby = 0x00000001,
Toddler = 0x00000002,
Expand Down

0 comments on commit ebbefc0

Please sign in to comment.