Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4592 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Jun 10, 2005, 7:17:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: derivations work.
now the only thing to do is specify all the classes, and DO it CLEAN.

@patrick: is it ok, how i treated your ObjectManager??

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4574 r4592  
    520520  new PhysicsConnection(testEntity, gravity);
    521521
    522 
     522  // printing out some debug stuff
    523523  NullParent::getInstance()->debug(0);
     524  this->localPlayer->whatIs();
     525  this->whatIs();
    524526}
    525527
Note: See TracChangeset for help on using the changeset viewer.