1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00

Remove unused variable Game::sfpsmode

This variable does absolutely nothing, so I'm removing it.
This commit is contained in:
Misa 2020-04-01 15:53:03 -07:00 committed by Ethan Lee
parent 66b3c32899
commit 9cec63bcf7
2 changed files with 0 additions and 4 deletions

View File

@ -268,7 +268,6 @@ void Game::init(void)
hardestroomdeaths = 0;
currentroomdeaths=0;
sfpsmode = false; //by default, play at 30 fps
inertia = 1.1f;
swnmode = false;
swntimer = 0;

View File

@ -170,9 +170,6 @@ public:
int creditposx, creditposy, creditposdelay;
//60 fps mode!
bool sfpsmode;
//Sine Wave Ninja Minigame
bool swnmode;
int swngame, swnstate, swnstate2, swnstate3, swnstate4, swndelay, swndeaths;