From 07cc5f68ac721852395c17224e5759af1793bebe Mon Sep 17 00:00:00 2001 From: Misa Date: Tue, 5 Jan 2021 19:40:29 -0800 Subject: [PATCH] Remove commented-out code from gamestates 3101 and 3500 Comments in general don't get verified by the compiler, but commented-out code is even worse. Especially since this looks to be outdated code. As always, if we need some of this code, then we can just look back in the Git history. --- desktop_version/src/Game.cpp | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/desktop_version/src/Game.cpp b/desktop_version/src/Game.cpp index 9df88cb7..e997a807 100644 --- a/desktop_version/src/Game.cpp +++ b/desktop_version/src/Game.cpp @@ -2918,35 +2918,10 @@ void Game::updatestate() state = 0; break; - //startscript = true; newscript="returntohub"; - //state = 0; - - /*case 3025: - if (recording == 1) { - //if recording the input, output it to debug here - trace(recordstring); - help.toclipboard(recordstring); - } - test = true; teststring = recordstring; - graphics.createtextbox(" Congratulations! ", 50, 80, 164, 164, 255); - graphics.addline(""); - graphics.addline("Your play of this level has"); - graphics.addline("been copied to the clipboard."); - graphics.addline(""); - graphics.addline("Please consider pasting and"); - graphics.addline("sending it to me! Even if you"); - graphics.addline("made a lot of mistakes - knowing"); - graphics.addline("exactly where people are having"); - graphics.addline("trouble is extremely useful!"); - graphics.textboxcenter(); - state = 0; - break;*/ - case 3500: music.fadeout(); state++; statedelay = 120; - //state = 3511; //testing break; case 3501: //Game complete!