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

@@ -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;