Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3221 in orxonox.OLD for orxonox/trunk/src/command_node.cc


Ignore:
Timestamp:
Dec 19, 2004, 10:44:35 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added doxy comments to class StoryEntity, little changes in the destructors of world/story entities. solved an issue with the destructor of WorldEntities. ALL SEGFAULT ERRORS SHOULD NOW BE REMOVED :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/command_node.cc

    r3216 r3221  
    166166void CommandNode::bind (WorldEntity* entity)
    167167{
    168   bound->add (entity);
     168  bound->add(entity);
    169169}
    170170
     
    175175void CommandNode::unbind (WorldEntity* entity)
    176176{
    177   bound->remove (entity);
     177  bound->remove(entity);
    178178}
    179179
Note: See TracChangeset for help on using the changeset viewer.