Changeset 9709 in orxonox.OLD for branches/new_class_id/src/world_entities/skydome.cc
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/skydome.cc
r9406 r9709 30 30 31 31 32 NewObjectListDefinition(Skydome); 32 33 33 34 /** … … 44 45 PRINTF(0)("Skydome init\n"); 45 46 46 this-> setClassID(CL_SKYDOME, "Skydome");47 this->registerObject(this, Skydome::_objectList); 47 48 this->toList(OM_BACKGROUND); 48 49 this->toReflectionList(); … … 119 120 glEnd(); 120 121 121 WorldEntity::draw(); 122 WorldEntity::draw(); 122 123 123 124 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.