Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4382 in orxonox.OLD for orxonox/trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
May 29, 2005, 9:04:17 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: BaseObject virtual public in PNode and Player(for test).
This is, so only one Object of type BaseObject is being created when deriving with multiple inheritance

@patrick: read it in a book at the lake today :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/p_node.h

    r4372 r4382  
    4545
    4646//! Patent Node is a Engine to calculate the position of an Object in respect to the position of its parent.
    47 class PNode : public BaseObject {
     47class PNode : virtual public BaseObject {
    4848
    4949 public:
Note: See TracChangeset for help on using the changeset viewer.