mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
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:
parent
7b233a0e69
commit
56a168eed6
1 changed files with 0 additions and 1 deletions
|
@ -331,7 +331,6 @@ void menuactionpress()
|
||||||
//change smoothing
|
//change smoothing
|
||||||
music.playef(11);
|
music.playef(11);
|
||||||
game.fullScreenEffect_badSignal = !game.fullScreenEffect_badSignal;
|
game.fullScreenEffect_badSignal = !game.fullScreenEffect_badSignal;
|
||||||
//Hook the analogue thing in here: ABCDEFG
|
|
||||||
graphics.screenbuffer->badSignalEffect= !graphics.screenbuffer->badSignalEffect;
|
graphics.screenbuffer->badSignalEffect= !graphics.screenbuffer->badSignalEffect;
|
||||||
game.savestats();
|
game.savestats();
|
||||||
game.createmenu(Menu::graphicoptions);
|
game.createmenu(Menu::graphicoptions);
|
||||||
|
|
Loading…
Reference in a new issue