1
0
forked from 0ad/0ad

Fix warnings

This was SVN commit r7886.
This commit is contained in:
Ykkrosh 2010-08-09 09:49:24 +00:00
parent 2ef4371798
commit ba5a892912
2 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,7 @@ void CReplayPlayer::Replay()
g_Game = &game;
std::vector<SimulationCommand> commands;
u32 turnLength;
u32 turnLength = 0;
std::string type;
while ((*m_Stream >> type).good())

View File

@ -64,6 +64,7 @@ public:
*/
class CReplayLogger : public IReplayLogger
{
NONCOPYABLE(CReplayLogger);
public:
CReplayLogger(ScriptInterface& scriptInterface);
~CReplayLogger();