diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index 7f60215..a1f39f8 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -40,7 +40,7 @@ class MainMenuState extends MusicBeatState public static var nightly:String = ""; - public static var kadeEngineVer:String = "1.6.1" + nightly; + public static var kadeEngineVer:String = "1.6.2" + nightly; public static var gameVer:String = "0.2.7.1"; var magenta:FlxSprite; diff --git a/source/PlayState.hx b/source/PlayState.hx index 71d1570..4e2fa48 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2451,7 +2451,7 @@ class PlayState extends MusicBeatState openSubState(new PauseSubState(boyfriend.getScreenPosition().x, boyfriend.getScreenPosition().y)); } - if (FlxG.keys.justPressed.SEVEN) + if (FlxG.keys.justPressed.SEVEN && songStarted) { if (useVideo) {