Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5144 in orxonox.OLD for trunk/src/world_entities


Ignore:
Timestamp:
Aug 27, 2005, 12:56:47 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now it is also possible, to execute Functions on NON-singleton classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.cc

    r5143 r5144  
    140140//  this->setRelDir(Quaternion(M_PI, Vector(1,0,0)));
    141141  this->setClassID(CL_PLAYER, "Player");
     142
     143  PRINTF(1)("PLAYER INIT\n");
    142144  travelSpeed = 15.0;
    143145  velocity = new Vector();
Note: See TracChangeset for help on using the changeset viewer.