From 56a168eed636a9b9fb53aef6944231fb22f44f39 Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 16 Apr 2020 16:03:25 -0700 Subject: [PATCH] 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. --- desktop_version/src/Input.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop_version/src/Input.cpp b/desktop_version/src/Input.cpp index 799ede2e..422b39f0 100644 --- a/desktop_version/src/Input.cpp +++ b/desktop_version/src/Input.cpp @@ -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);