Fixed level scale unit not being reset, closes #666
parent
d06516507a
commit
8ce5c3ab4c
|
@ -2769,6 +2769,8 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)
|
||||||
m_researchDone[0] = 0;
|
m_researchDone[0] = 0;
|
||||||
m_researchEnable = 0;
|
m_researchEnable = 0;
|
||||||
|
|
||||||
|
g_unit = UNIT;
|
||||||
|
|
||||||
FlushDisplayInfo();
|
FlushDisplayInfo();
|
||||||
m_terrain->FlushMaterials();
|
m_terrain->FlushMaterials();
|
||||||
m_audioTrack = "";
|
m_audioTrack = "";
|
||||||
|
|
Loading…
Reference in New Issue