mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-03 15:39:46 +01:00
Remove unused variable 'pause' from Game
Looks like this variable is never used anywhere.
This commit is contained in:
parent
38a25b985e
commit
0787475e63
2 changed files with 0 additions and 3 deletions
|
@ -117,7 +117,6 @@ void Game::init(void)
|
||||||
{
|
{
|
||||||
mutebutton = 0;
|
mutebutton = 0;
|
||||||
infocus = true;
|
infocus = true;
|
||||||
paused = false;
|
|
||||||
muted = false;
|
muted = false;
|
||||||
musicmuted = false;
|
musicmuted = false;
|
||||||
musicmutebutton = 0;
|
musicmutebutton = 0;
|
||||||
|
|
|
@ -354,8 +354,6 @@ public:
|
||||||
bool menukludge;
|
bool menukludge;
|
||||||
bool quickrestartkludge;
|
bool quickrestartkludge;
|
||||||
|
|
||||||
bool paused;
|
|
||||||
|
|
||||||
//Custom stuff
|
//Custom stuff
|
||||||
std::string customscript[50];
|
std::string customscript[50];
|
||||||
int customcol;
|
int customcol;
|
||||||
|
|
Loading…
Reference in a new issue