Remove ABCDEFG comment

I assume it was so a dev could mark the spot where they needed to put in
the analogue toggle, and they found a unique yet easy to remember
sequence of characters to Ctrl+F as a marker.
This commit is contained in:
Misa
2020-04-16 16:03:25 -07:00
committed by Ethan Lee
parent 7b233a0e69
commit 56a168eed6

View File

@@ -331,7 +331,6 @@ void menuactionpress()
//change smoothing
music.playef(11);
game.fullScreenEffect_badSignal = !game.fullScreenEffect_badSignal;
//Hook the analogue thing in here: ABCDEFG
graphics.screenbuffer->badSignalEffect= !graphics.screenbuffer->badSignalEffect;
game.savestats();
game.createmenu(Menu::graphicoptions);