tomjackman / rre-spec

TV/esports Broadcasting Overlay for RRE
The Unlicense
2 stars 1 forks source link

Add Extra Finish States to the Results Table #160

Closed tomjackman closed 5 years ago

tomjackman commented 5 years ago

What Currently only DNF is reported on the results screen, other finish states should also be included.

        enum FinishStatus
        {
            // N/A
            Unavailable = -1,

            // Still on track, not finished
            None = 0,

            // Finished session normally
            Finished = 1,

            // Did not finish
            DNF = 2,

            // Did not qualify
            DNQ = 3,

            // Did not start
            DNS = 4,

            // Disqualified
            DQ = 5,
        };
tomjackman commented 5 years ago

Added in https://github.com/tomjackman/rre-spec/commit/75c4ef24010e8641a5c791b6c255e9e8fd45385b