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;