From 9b471dea33eb29ef6739ed006e43e286208d6dd9 Mon Sep 17 00:00:00 2001 From: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com> Date: Tue, 23 Jan 2018 10:51:01 +0900 Subject: [PATCH] Back to max 10 special keys for now, change xmldoc to normal comment --- osu.Game.Rulesets.Mania/ManiaInputManager.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/osu.Game.Rulesets.Mania/ManiaInputManager.cs b/osu.Game.Rulesets.Mania/ManiaInputManager.cs index 417ca8510b..01e2821540 100644 --- a/osu.Game.Rulesets.Mania/ManiaInputManager.cs +++ b/osu.Game.Rulesets.Mania/ManiaInputManager.cs @@ -22,12 +22,10 @@ namespace osu.Game.Rulesets.Mania [Description("Special 2")] Special2, - /// - /// This offsets the start value of normal keys in-case we add more special keys - /// above at a later time, without breaking replays/configs. - /// + // This offsets the start value of normal keys in-case we add more special keys + // above at a later time, without breaking replays/configs. [Description("Key 1")] - Key1 = 1000, + Key1 = 10, [Description("Key 2")] Key2, [Description("Key 3")]