1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00

Remove duplicate advancetext/fullScreenEffect_badSignal initializations

They're already initialized in the constructor above, I have no idea why
they're here.
This commit is contained in:
Misa 2020-07-06 14:42:07 -07:00 committed by Ethan Lee
parent 6b0b86d434
commit 307cdefb8e

View File

@ -150,7 +150,6 @@ void Game::init(void)
press_left = 0;
advancetext = false;
pausescript = false;
completestop = false;
activeactivity = -1;
@ -192,7 +191,6 @@ void Game::init(void)
fullscreen = false;// true; //Assumed true at first unless overwritten at some point!
stretchMode = 0;
useLinearFilter = false;
fullScreenEffect_badSignal = false;
// 0..5
controllerSensitivity = 2;