mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Remove unused variable 'pause' from Game
Looks like this variable is never used anywhere.
This commit is contained in:
@@ -117,7 +117,6 @@ void Game::init(void)
|
||||
{
|
||||
mutebutton = 0;
|
||||
infocus = true;
|
||||
paused = false;
|
||||
muted = false;
|
||||
musicmuted = false;
|
||||
musicmutebutton = 0;
|
||||
|
||||
@@ -354,8 +354,6 @@ public:
|
||||
bool menukludge;
|
||||
bool quickrestartkludge;
|
||||
|
||||
bool paused;
|
||||
|
||||
//Custom stuff
|
||||
std::string customscript[50];
|
||||
int customcol;
|
||||
|
||||
Reference in New Issue
Block a user