Reapplied temporary fix for #94
parent
a0097a0e53
commit
498a5ca4cd
|
@ -2856,6 +2856,10 @@ void CRobotMain::ScenePerso()
|
||||||
|
|
||||||
CObjectManager::GetInstancePointer()->Flush();
|
CObjectManager::GetInstancePointer()->Flush();
|
||||||
|
|
||||||
|
|
||||||
|
ChangeColor();
|
||||||
|
|
||||||
|
|
||||||
m_dialog->SetSceneName("perso");
|
m_dialog->SetSceneName("perso");
|
||||||
m_dialog->SetSceneRank(0);
|
m_dialog->SetSceneRank(0);
|
||||||
try {
|
try {
|
||||||
|
@ -3936,7 +3940,7 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)
|
||||||
g_build |= BUILD_FLAG;
|
g_build |= BUILD_FLAG;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!resetObject)
|
if (!resetObject && !fixScene)
|
||||||
{
|
{
|
||||||
ChangeColor(); // changes the colors of texture
|
ChangeColor(); // changes the colors of texture
|
||||||
m_short->SetMode(false); // vehicles?
|
m_short->SetMode(false); // vehicles?
|
||||||
|
|
Loading…
Reference in New Issue