diff --git a/source/PlayState.hx b/source/PlayState.hx index 8537cb6fd43..4ddf90b23f5 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1962,7 +1962,7 @@ class PlayState extends MusicBeatState //#if (hxCodec < "3.0.0") videoCutscene.load(filepath); - public function startAndEnd() + function startAndEnd() { if(endingSong) endSong(); @@ -2008,7 +2008,7 @@ class PlayState extends MusicBeatState else{ return; // Might crash the game btw } - #end + //#end // No... #else FlxG.log.warn('Platform not supported!'); if (callback != null) diff --git a/source/StartupState.hx b/source/StartupState.hx index b081a107d93..7e353fc3b80 100644 --- a/source/StartupState.hx +++ b/source/StartupState.hx @@ -67,7 +67,7 @@ class StartupState extends MusicBeatState super.update(elapsed); }*/ - + // Lily, if you're reading this, copy this to the mobile branch, thanks! - SyncGit12 /*#if mobile final file:String = FileSystem.readDirectory('./')[0]; @@ -106,7 +106,7 @@ class StartupState extends MusicBeatState else{ return; // Might crash the game btw } - #end + //#end // No... #else FlxG.log.warn('Platform not supported!'); if (callback != null) @@ -232,7 +232,7 @@ class StartupState extends MusicBeatState FlxG.switchState(TitleState.new); }); #end - #end + //#end // No... case 5: #if VIDEOS_ALLOWED var vidSprite = new MP4Handler(); // it plays but it doesn't show???