mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user