Piotr Dziwinski 2015-08-29 10:49:04 +02:00
parent 934d97a801
commit a8eb7499ac
1 changed files with 0 additions and 3 deletions

View File

@ -1335,7 +1335,6 @@ void CAutoBase::BeginTransit()
bool full, scale;
m_engine->GetBackground(m_bgName, m_bgUp, m_bgDown, m_bgCloudUp, m_bgCloudDown, full, scale);
m_engine->DeleteTexture(m_bgName);
m_engine->SetBackground(m_bgBack, Gfx::Color(0.0f, 0.0f, 0.0f, 0.0f),
Gfx::Color(0.0f, 0.0f, 0.0f, 0.0f),
@ -1354,8 +1353,6 @@ void CAutoBase::EndTransit()
m_engine->SetDeepView(m_deepView); // gives initial depth
m_engine->ApplyChange();
m_engine->DeleteTexture(m_bgBack);
m_engine->SetBackground(m_bgName, m_bgUp, m_bgDown, m_bgCloudUp, m_bgCloudDown);
m_cloud->SetEnabled(true); // gives the clouds