mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
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:
+2
-2
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user