Update chart format.
This commit is contained in:
@@ -432,7 +432,7 @@ namespace Cryville.Crtr {
|
||||
MissingMemberHandling = MissingMemberHandling.Error
|
||||
});
|
||||
|
||||
if (chart.format != 1) throw new FormatException("Invalid chart file format version");
|
||||
if (chart.format != 2) throw new FormatException("Invalid chart file format version");
|
||||
|
||||
etor = new PdtEvaluator();
|
||||
|
||||
|
@@ -31,7 +31,7 @@ namespace Cryville.Crtr.Extensions.Malody {
|
||||
};
|
||||
|
||||
Chart chart = new Chart {
|
||||
format = 1,
|
||||
format = 2,
|
||||
time = new BeatTime(-4, 0, 1),
|
||||
ruleset = "malody!" + MODES[src.meta.mode],
|
||||
sigs = new List<Chart.Signature>(),
|
||||
|
Reference in New Issue
Block a user