mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
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:
@@ -1953,7 +1953,6 @@ void scriptclass::run(void)
|
||||
}
|
||||
else if (words[0] == "foundtrinket")
|
||||
{
|
||||
//music.silencedasmusik();
|
||||
music.haltdasmusik();
|
||||
music.playef(3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user