1
0
forked from mirrors/0ad

Fixes compilation errors about missed include and unused argument introduced in c17e7ee92f.

Patch By: elexis
Reported By: elexis
This was SVN commit r22950.
This commit is contained in:
vladislavbelov
2019-09-20 19:44:58 +00:00
parent 734d21464b
commit aa72791b69
2 changed files with 2 additions and 1 deletions
@@ -117,7 +117,7 @@ std::vector<entity_id_t> JSI_Simulation::PickNonGaiaEntitiesOnScreen(ScriptInter
return EntitySelection::PickNonGaiaEntitiesInRect(*g_Game->GetSimulation2(), *g_Game->GetView()->GetCamera(), 0, 0, g_xres, g_yres, false);
}
std::vector<entity_id_t> JSI_Simulation::GetEntitiesWithStaticObstructionOnScreen(ScriptInterface::CxPrivate* pCxPrivate)
std::vector<entity_id_t> JSI_Simulation::GetEntitiesWithStaticObstructionOnScreen(ScriptInterface::CxPrivate* UNUSED(pCxPrivate))
{
struct StaticObstructionFilter
{