1
0
forked from 0ad/0ad

Add missing init, refs #3991.

This was SVN commit r18217.
This commit is contained in:
elexis 2016-05-21 20:24:38 +00:00
parent 9c9796d8ad
commit 38de20c989

View File

@ -71,6 +71,7 @@ CGame::CGame(bool disableGraphics, bool replayLog):
m_Paused(false),
m_SimRate(1.0f),
m_PlayerID(-1),
m_ViewedPlayerID(-1),
m_IsSavedGame(false),
m_IsVisualReplay(false),
m_ReplayStream(NULL)