unused member variable
This commit is contained in:
@@ -217,8 +217,6 @@ ScreenEdit::ScreenEdit() : Screen("ScreenEdit")
|
|||||||
GAMESTATE->m_bSideIsJoined[p] = true;
|
GAMESTATE->m_bSideIsJoined[p] = true;
|
||||||
SCREENMAN->RefreshCreditsMessages();
|
SCREENMAN->RefreshCreditsMessages();
|
||||||
|
|
||||||
m_iRowLastCrossed = -1;
|
|
||||||
|
|
||||||
m_pSong = GAMESTATE->m_pCurSong;
|
m_pSong = GAMESTATE->m_pCurSong;
|
||||||
|
|
||||||
m_pNotes = GAMESTATE->m_pCurNotes[PLAYER_1];
|
m_pNotes = GAMESTATE->m_pCurNotes[PLAYER_1];
|
||||||
|
|||||||
@@ -97,7 +97,6 @@ protected:
|
|||||||
Quad m_rectRecordBack;
|
Quad m_rectRecordBack;
|
||||||
RageSound m_soundMusic;
|
RageSound m_soundMusic;
|
||||||
|
|
||||||
int m_iRowLastCrossed;
|
|
||||||
RageSound m_soundAssistTick;
|
RageSound m_soundAssistTick;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user