Forgot to SAFE_DELETE a pointer.
This commit is contained in:
@@ -189,6 +189,7 @@ GameState::~GameState()
|
||||
|
||||
SAFE_DELETE( m_Environment );
|
||||
SAFE_DELETE( g_pImpl );
|
||||
SAFE_DELETE( processedTiming );
|
||||
}
|
||||
|
||||
PlayerNumber GameState::GetMasterPlayerNumber() const
|
||||
|
||||
Reference in New Issue
Block a user