mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 19:40:09 +08:00
Bump replay version in encoder after Score V2 changes
One release too late, but this may help in the future if we need to discern replays set with Score V2 from older lazer replays.
This commit is contained in:
committed by
Dean Herbert
Unverified
parent
25d0f0f3da
commit
e07cae50a2
@@ -28,9 +28,10 @@ namespace osu.Game.Scoring.Legacy
|
||||
/// <remarks>
|
||||
/// <list type="bullet">
|
||||
/// <item><description>30000001: Appends <see cref="LegacyReplaySoloScoreInfo"/> to the end of scores.</description></item>
|
||||
/// <item><description>30000002: Score stored to replay calculated using the Score V2 algorithm.</description></item>
|
||||
/// </list>
|
||||
/// </remarks>
|
||||
public const int LATEST_VERSION = 30000001;
|
||||
public const int LATEST_VERSION = 30000002;
|
||||
|
||||
/// <summary>
|
||||
/// The first stable-compatible YYYYMMDD format version given to lazer usage of replays.
|
||||
|
||||
Reference in New Issue
Block a user