reverted the ng thingies

This commit is contained in:
Cameron Taylor 2021-03-27 16:11:14 -07:00
parent 9e236c91ac
commit 5408781804
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ class TitleState extends MusicBeatState
PlayerSettings.init();
Highscore.load();
#if ng
#if newgrounds
NGio.init();
#end
@ -300,7 +300,7 @@ class TitleState extends MusicBeatState
transitioning = true;
// FlxG.sound.music.stop();
#if ng
#if newgrounds
if (!OutdatedSubState.leftState)
{
NGio.checkVersion(function(version)