mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 22:14:56 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user