Skip to content

Commit

Permalink
Update some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-hacker committed Jul 31, 2017
1 parent a5b7db3 commit 67386a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu-database-reader/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ public enum PlayerRank : byte

public enum SubmissionStatus : byte
{
Unknown = 0,
Unknown = 0, //seems to include Qualified
NotSubmitted = 1,
Pending = 2, //both pending and graveyarded
EditableCutoff = 3, //not used anymore?
Ranked = 4,
Approved = 5,
Unknown1 = 6,
Unknown1 = 6, //TODO: figure out
Loved = 7
}

Expand Down

0 comments on commit 67386a2

Please sign in to comment.