Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2005, 1:13:42 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: now string name of a class works parallel to the int id representation and is only used for documentation purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/satellite.cc

    r4318 r4320  
    3131Satellite::Satellite (Vector axis, float speed)
    3232{
    33   this->setClassID(CL_SATELLITE);
     33  this->setClassID(CL_SATELLITE, "Satellite");
    3434  this->model = (Model*) ResourceManager::getInstance()->load("cube", RP_LEVEL);
    3535  this->speed = speed;
Note: See TracChangeset for help on using the changeset viewer.