Changeset 4462 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jun 2, 2005, 12:50:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_entity.cc
r4459 r4462 30 30 this->setClassID(CL_TEST_ENTITY, "TestEntity"); 31 31 32 this->md2Model = new MD2Model(" ../data/models/tris.md2", "../data/models/tris.pcx");32 this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx"); 33 33 this->md2Model->debug(); 34 34 } … … 36 36 37 37 TestEntity::~TestEntity () 38 {} 38 { 39 delete this->md2Model; 40 } 39 41 40 42
Note: See TracChangeset
for help on using the changeset viewer.