Fix previous commit.

This was SVN commit r16898.
This commit is contained in:
leper
2015-07-30 17:27:27 +00:00
parent 2238a18aee
commit 0868d03e74
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -161,7 +161,6 @@ int CGame::LoadReplayData()
else
CancelLoad(L"Failed to load replay data (unrecognized content)");
}
m_ReplayStream->close();
SAFE_DELETE(m_ReplayStream);
m_FinalReplayTurn = currentTurn;
replayTurnMgr->StoreFinalReplayTurn(currentTurn);
-1
View File
@@ -234,7 +234,6 @@ void CReplayPlayer::Replay(bool serializationtest, bool ooslog)
}
}
m_Stream->close();
SAFE_DELETE(m_Stream);
g_Profiler2.SaveToFile();