Remove commented-out code from Game.cpp and Script.cpp

These commented-out code blocks just get in the way of clarity when I'm
refactoring flipped textboxes created in the gamestate system. So I'm
getting rid of them. If we need them back, we always have Git history.
This commit is contained in:
Misa
2021-03-19 16:24:16 -07:00
committed by Ethan Lee
parent 5f2b9409b2
commit d5ed49d8dc
2 changed files with 0 additions and 69 deletions

View File

@@ -1953,7 +1953,6 @@ void scriptclass::run(void)
}
else if (words[0] == "foundtrinket")
{
//music.silencedasmusik();
music.haltdasmusik();
music.playef(3);