diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index b6a843f..181eab5 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -31,7 +31,7 @@ class MainMenuState extends MusicBeatState var newGaming2:FlxText; var newInput:Bool = true; - public static var kadeEngineVer:String = "1.1.2"; + public static var kadeEngineVer:String = "1.1.3"; public static var gameVer:String = "0.2.7.1"; var magenta:FlxSprite; diff --git a/source/PlayState.hx b/source/PlayState.hx index 401d063..c47f536 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -158,7 +158,7 @@ class PlayState extends MusicBeatState shits = 0; goods = 0; - misses++; + misses = 0; repPresses = 0; repReleases = 0;