Home
last modified time | relevance | path

Searched refs:SV_CreateWorldSector (Results 1 – 1 of 1) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/server/
H A Dsv_world.cpp39 static worldSector_t* SV_CreateWorldSector (int depth, const AABB& sBox) in SV_CreateWorldSector() function
68 anode->children[0] = SV_CreateWorldSector(depth + 1, sBox2); in SV_CreateWorldSector()
69 anode->children[1] = SV_CreateWorldSector(depth + 1, sBox1); in SV_CreateWorldSector()
82 SV_CreateWorldSector(0, sv->mapData.mapBox); in SV_ClearWorld()