diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 2453da4f40..c846100261 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -48,7 +48,6 @@ GameState* GAMESTATE = NULL; // global and accessable from anywhere in our progr GameState::GameState() { m_pPosition = NULL; - m_pUnlockingSys = new UnlockSystem; m_CurGame = GAME_DANCE; m_iCoins = 0; @@ -66,7 +65,6 @@ GameState::GameState() GameState::~GameState() { - delete m_pUnlockingSys; delete m_pPosition; for( unsigned i=0; i