mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +01:00
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.
This commit is contained in:
parent
f06701ff90
commit
07cc5f68ac
1 changed files with 0 additions and 25 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue