Delete lots of obsolete unused script-interface code.

Delete unused code from various other places.

This was SVN commit r7839.
This commit is contained in:
Ykkrosh
2010-08-01 20:56:34 +00:00
parent 41ad5bd965
commit 8286218cad
33 changed files with 24 additions and 3098 deletions
+2 -2
View File
@@ -115,9 +115,9 @@ CWorld::~CWorld()
**/
void CWorld::RewriteMap()
{
CMapWriter::RewriteAllMaps(m_Terrain, m_UnitManager,
CMapWriter::RewriteAllMaps(m_Terrain,
g_Renderer.GetWaterManager(), g_Renderer.GetSkyManager(),
&g_LightEnv, m_pGame->GetView()->GetCamera(),
m_pGame->GetView()->GetCinema(), NULL,
m_pGame->GetSimulation2(), NULL);
m_pGame->GetSimulation2());
}