Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 17, 2006, 11:33:22 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: some minor work… nothing too special, and nothing too big… tried to fix the PNode, and some documentations…

hmm… i also think of writing a book. maybe i will write the whole story as a Commit message :) so it is backed up. hehe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/weapons/targeting_turret.h

    r9715 r9755  
    2727  virtual void draw() const;
    2828
    29   void setTargetGroup(OM_LIST targetGroup) { this->target.setTargetGroup(targetGroup); };
     29  void setTargetGroup(OM_LIST targetGroup) { this->target->setTargetGroup(targetGroup); };
    3030  const PNode* getLockedTarget() const { return lockedTarget; };
    3131
     
    3434
    3535private:
    36   Aim            target;
     36  Aim*           target;
    3737  PNode*         lockedTarget;
    3838  float          lockedTime;
Note: See TracChangeset for help on using the changeset viewer.