Changeset 9705 in orxonox.OLD for branches/new_class_id/src/world_entities/weapons/crosshair.cc
- Timestamp:
- Aug 25, 2006, 9:44:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/weapons/crosshair.cc
r9406 r9705 26 26 27 27 28 28 NewObjectListDefinition(Crosshair); 29 29 /** 30 30 * standart constructor … … 54 54 void Crosshair::init() 55 55 { 56 this-> setClassID(CL_CROSSHAIR, "Crosshair");56 this->registerObject(this, Crosshair::_objectList); 57 57 this->setName("Crosshair"); 58 58
Note: See TracChangeset
for help on using the changeset viewer.