mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused variable Game::sfpsmode
This variable does absolutely nothing, so I'm removing it.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user