Changeset 4842 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jul 12, 2005, 10:55:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/terrain.cc
r4836 r4842 24 24 #include "load_param.h" 25 25 26 #include "spatial_separation.h" 27 26 28 using namespace std; 27 29 … … 83 85 { 84 86 this->setClassID(CL_TERRAIN, "Terrain"); 87 88 SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f); 89 90 85 91 86 92 this->objectList = 0;
Note: See TracChangeset
for help on using the changeset viewer.