mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix previous commit.
This was SVN commit r16898.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -234,7 +234,6 @@ void CReplayPlayer::Replay(bool serializationtest, bool ooslog)
|
||||
}
|
||||
}
|
||||
|
||||
m_Stream->close();
|
||||
SAFE_DELETE(m_Stream);
|
||||
|
||||
g_Profiler2.SaveToFile();
|
||||
|
||||
Reference in New Issue
Block a user